Class CompositeEntityModel<E extends Entity>
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.render.entity.model.EntityModel<E>
net.minecraft.client.render.entity.model.CompositeEntityModel<E>
- Direct Known Subclasses:
BoatEntityModel
,ShulkerEntityModel
@Environment(CLIENT) public abstract class CompositeEntityModel<E extends Entity> extends EntityModel<E>
-
Field Summary
Fields inherited from class net.minecraft.client.render.entity.model.EntityModel
child, handSwingProgress, riding
Fields inherited from class net.minecraft.client.model.Model
layerFactory
-
Constructor Summary
Constructors Constructor Description CompositeEntityModel()
CompositeEntityModel(Function<Identifier,RenderLayer> layerFactory)
-
Method Summary
Modifier and Type Method Description abstract Iterable<ModelPart>
getParts()
void
render(MatrixStack matrices, VertexConsumer vertices, int light, int overlay, float red, float green, float blue, float alpha)
Methods inherited from class net.minecraft.client.render.entity.model.EntityModel
animateModel, copyStateTo, setAngles
-
Constructor Details
-
CompositeEntityModel
public CompositeEntityModel() -
CompositeEntityModel
-
-
Method Details
-
render
public void render(MatrixStack matrices, VertexConsumer vertices, int light, int overlay, float red, float green, float blue, float alpha) -
getParts
-