Class RabbitEntityModel<T extends RabbitEntity>
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.render.entity.model.EntityModel<T>
net.minecraft.client.render.entity.model.RabbitEntityModel<T>
@Environment(CLIENT) public class RabbitEntityModel<T extends RabbitEntity> extends EntityModel<T>
-
Field Summary
Fields Modifier and Type Field Description private float
field_3531
private ModelPart
head
private ModelPart
leftBackLeg
private ModelPart
leftEar
private ModelPart
leftFoot
private ModelPart
leftFrontLeg
private ModelPart
nose
private ModelPart
rightBackLeg
private ModelPart
rightEar
private ModelPart
rightFoot
private ModelPart
rightFrontLeg
private ModelPart
tail
private ModelPart
torso
Fields inherited from class net.minecraft.client.render.entity.model.EntityModel
child, handSwingProgress, riding
Fields inherited from class net.minecraft.client.model.Model
layerFactory, textureHeight, textureWidth
-
Constructor Summary
Constructors Constructor Description RabbitEntityModel()
-
Method Summary
Modifier and Type Method Description void
animateModel(T t, float float2, float float3, float float4)
void
render(MatrixStack matrices, VertexConsumer vertices, int light, int overlay, float red, float green, float blue, float alpha)
private void
setAngle(ModelPart modelPart, float pitch, float yaw, float roll)
void
setAngles(T t, float float2, float float3, float float4, float float5, float float6)
Methods inherited from class net.minecraft.client.render.entity.model.EntityModel
copyStateTo
-
Field Details
-
leftFoot
-
rightFoot
-
leftBackLeg
-
rightBackLeg
-
torso
-
leftFrontLeg
-
rightFrontLeg
-
head
-
rightEar
-
leftEar
-
tail
-
nose
-
field_3531
private float field_3531
-
-
Constructor Details
-
RabbitEntityModel
public RabbitEntityModel()
-
-
Method Details
-
setAngle
-
render
public void render(MatrixStack matrices, VertexConsumer vertices, int light, int overlay, float red, float green, float blue, float alpha) -
setAngles
- Specified by:
setAngles
in classEntityModel<T extends RabbitEntity>
-
animateModel
- Overrides:
animateModel
in classEntityModel<T extends RabbitEntity>
-