Uses of Class
net.minecraftforge.client.model.renderable.MultipartTransforms
Packages that use MultipartTransforms
Package
Description
-
Uses of MultipartTransforms in net.minecraftforge.client.model.renderable
Fields in net.minecraftforge.client.model.renderable declared as MultipartTransformsModifier and TypeFieldDescriptionstatic final MultipartTransforms
MultipartTransforms.EMPTY
A default instance that has no transforms specified.Methods in net.minecraftforge.client.model.renderable that return MultipartTransformsModifier and TypeMethodDescriptionstatic MultipartTransforms
Builds a MultipartTransforms object with the given mapping.Methods in net.minecraftforge.client.model.renderable with parameters of type MultipartTransformsModifier and TypeMethodDescriptionvoid
SimpleRenderable.Mesh.render
(PoseStack poseStack, MultiBufferSource bufferSource, Function<ResourceLocation, RenderType> renderTypeFunction, int lightmapCoord, int overlayCoord, MultipartTransforms renderValues) void
SimpleRenderable.Part.render
(PoseStack poseStack, MultiBufferSource bufferSource, Function<ResourceLocation, RenderType> renderTypeFunction, int lightmapCoord, int overlayCoord, MultipartTransforms renderValues) void
SimpleRenderable.render
(PoseStack poseStack, MultiBufferSource bufferSource, Function<ResourceLocation, RenderType> renderTypeFunction, int lightmapCoord, int overlayCoord, float partialTicks, MultipartTransforms renderValues) -
Uses of MultipartTransforms in net.minecraftforge.debug.client.rendering
Fields in net.minecraftforge.debug.client.rendering with type parameters of type MultipartTransformsModifier and TypeFieldDescriptionprivate static IRenderable<MultipartTransforms>
RenderableTest.Client.renderable