@Environment(value=CLIENT) public class CatEntityModel<T extends CatEntity> extends OcelotEntityModel<T>
Modifier and Type | Field and Description |
---|---|
private float |
headDownAnimation |
private float |
sleepAnimation |
private float |
tailCurlAnimation |
animationState, head, leftBackLeg, leftFrontLeg, lowerTail, rightBackLeg, rightFrontLeg, torso, upperTail
child, handSwingProgress, riding
layerFactory, textureHeight, textureWidth
Constructor and Description |
---|
CatEntityModel(float scale) |
Modifier and Type | Method and Description |
---|---|
void |
animateModel(T t,
float float2,
float float3,
float float4) |
void |
setAngles(T t,
float float2,
float float3,
float float4,
float float5,
float float6) |
getBodyParts, getHeadParts
render
copyStateTo
private float sleepAnimation
private float tailCurlAnimation
private float headDownAnimation
public void animateModel(T t, float float2, float float3, float float4)
animateModel
in class OcelotEntityModel<T extends CatEntity>
public void setAngles(T t, float float2, float float3, float float4, float float5, float float6)
setAngles
in class OcelotEntityModel<T extends CatEntity>