Uses of Class
net.minecraftforge.client.model.renderable.MultipartTransforms
Package
Description
-
Uses of MultipartTransforms in net.minecraftforge.client.model.renderable
Modifier and TypeFieldDescriptionstatic final MultipartTransforms
MultipartTransforms.EMPTY
A default instance that has no transforms specified.Modifier and TypeMethodDescriptionstatic MultipartTransforms
Builds a MultipartTransforms object with the given mapping.Modifier 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
Modifier and TypeFieldDescriptionprivate static IRenderable<MultipartTransforms>
RenderableTest.Client.renderable