@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, upperTailchild, handSwingProgress, ridinglayerFactory, 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, getHeadPartsrendercopyStateToprivate 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>