类 CatModel<T extends Cat>
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.model.EntityModel<E>
net.minecraft.client.model.AgeableListModel<T>
net.minecraft.client.model.OcelotModel<T>
net.minecraft.client.model.CatModel<T>
-
字段概要
字段修饰符和类型字段说明private float
private float
private float
从类继承的字段 net.minecraft.client.model.OcelotModel
BACK_LEG_Y, BACK_LEG_Z, body, FRONT_LEG_Y, head, leftFrontLeg, leftHindLeg, rightFrontLeg, rightHindLeg, SITTING_STATE, state, tail1, tail2
从类继承的字段 net.minecraft.client.model.EntityModel
attackTime, riding, young
从类继承的字段 net.minecraft.client.model.Model
renderType
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明void
prepareMobModel
(T pEntity, float pLimbSwing, float pLimbSwingAmount, float pPartialTick) void
setupAnim
(T pEntity, float pLimbSwing, float pLimbSwingAmount, float pAgeInTicks, float pNetHeadYaw, float pHeadPitch) 从类继承的方法 net.minecraft.client.model.OcelotModel
bodyParts, createBodyMesh, headParts
从类继承的方法 net.minecraft.client.model.AgeableListModel
renderToBuffer
从类继承的方法 net.minecraft.client.model.EntityModel
copyPropertiesTo
从类继承的方法 net.minecraft.client.model.Model
renderType
-
字段详细资料
-
lieDownAmount
private float lieDownAmount -
lieDownAmountTail
private float lieDownAmountTail -
relaxStateOneAmount
private float relaxStateOneAmount
-
-
构造器详细资料
-
CatModel
-
-
方法详细资料
-
prepareMobModel
public void prepareMobModel(T pEntity, float pLimbSwing, float pLimbSwingAmount, float pPartialTick) - 覆盖:
prepareMobModel
在类中OcelotModel<T extends Cat>
-
setupAnim
public void setupAnim(T pEntity, float pLimbSwing, float pLimbSwingAmount, float pAgeInTicks, float pNetHeadYaw, float pHeadPitch) - 覆盖:
setupAnim
在类中OcelotModel<T extends Cat>
-