Class SimpleRenderable.Part
java.lang.Object
net.minecraftforge.client.model.renderable.SimpleRenderable.Part
- Enclosing class:
- SimpleRenderable
-
Field Summary
Modifier and TypeFieldDescriptionprivate final List<SimpleRenderable.Mesh>
private final String
private final List<SimpleRenderable.Part>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
render
(PoseStack poseStack, MultiBufferSource bufferSource, Function<ResourceLocation, RenderType> renderTypeFunction, int lightmapCoord, int overlayCoord, MultipartTransforms renderValues)
-
Field Details
-
name
-
parts
-
meshes
-
-
Constructor Details
-
Part
-
-
Method Details
-
render
public void render(PoseStack poseStack, MultiBufferSource bufferSource, Function<ResourceLocation, RenderType> renderTypeFunction, int lightmapCoord, int overlayCoord, MultipartTransforms renderValues)
-