@Environment(value=CLIENT) public class TurtleEntityModel<T extends TurtleEntity> extends QuadrupedEntityModel<T>
| Modifier and Type | Field and Description |
|---|---|
private ModelPart |
plastron
The belly side of the turtle's shell.
|
field_27476, field_27477, field_27478, field_27479, head, torsochild, handSwingProgress, ridinglayerFactory| Constructor and Description |
|---|
TurtleEntityModel(ModelPart modelPart) |
| Modifier and Type | Method and Description |
|---|---|
protected Iterable<ModelPart> |
getBodyParts() |
static class_5607 |
method_32062() |
void |
render(MatrixStack matrices,
VertexConsumer vertices,
int light,
int overlay,
float red,
float green,
float blue,
float alpha) |
void |
setAngles(T t,
float float2,
float float3,
float float4,
float float5,
float float6) |
getHeadParts, method_32033animateModel, copyStateToprivate final ModelPart plastron
public TurtleEntityModel(ModelPart modelPart)
public static class_5607 method_32062()
protected Iterable<ModelPart> getBodyParts()
getBodyParts in class QuadrupedEntityModel<T extends TurtleEntity>public void setAngles(T t, float float2, float float3, float float4, float float5, float float6)
setAngles in class QuadrupedEntityModel<T extends TurtleEntity>public void render(MatrixStack matrices, VertexConsumer vertices, int light, int overlay, float red, float green, float blue, float alpha)
render in class AnimalModel<T extends TurtleEntity>