Class CompositeRenderable.Component
java.lang.Object
net.minecraftforge.client.model.renderable.CompositeRenderable.Component
- Enclosing class:
- CompositeRenderable
-
Field Summary
Modifier and TypeFieldDescriptionprivate final List<CompositeRenderable.Component>
private final List<CompositeRenderable.Mesh>
private final String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
render
(PoseStack poseStack, MultiBufferSource bufferSource, ITextureRenderTypeLookup textureRenderTypeLookup, int lightmap, int overlay, CompositeRenderable.Transforms context)
-
Field Details
-
name
-
children
-
meshes
-
-
Constructor Details
-
Component
-
-
Method Details
-
render
public void render(PoseStack poseStack, MultiBufferSource bufferSource, ITextureRenderTypeLookup textureRenderTypeLookup, int lightmap, int overlay, CompositeRenderable.Transforms context)
-