类 QuadrupedModel<T extends Entity>
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.model.EntityModel<E>
net.minecraft.client.model.AgeableListModel<T>
net.minecraft.client.model.QuadrupedModel<T>
- 直接已知子类:
CowModel
,GoatModel
,PandaModel
,PigModel
,PolarBearModel
,SheepFurModel
,SheepModel
,TurtleModel
-
字段概要
字段修饰符和类型字段说明protected final ModelPart
protected final ModelPart
protected final ModelPart
protected final ModelPart
protected final ModelPart
protected final ModelPart
从类继承的字段 net.minecraft.client.model.EntityModel
attackTime, riding, young
从类继承的字段 net.minecraft.client.model.Model
renderType
-
构造器概要
构造器限定符构造器说明protected
QuadrupedModel
(ModelPart pRoot, boolean pScaleHead, float pBabyYHeadOffset, float pBabyZHeadOffset, float pBabyHeadScale, float pBabyBodyScale, int pBodyYOffset) -
方法概要
修饰符和类型方法说明static MeshDefinition
createBodyMesh
(int p_170865_, CubeDeformation pCubeDeformation) void
setupAnim
(T pEntity, float pLimbSwing, float pLimbSwingAmount, float pAgeInTicks, float pNetHeadYaw, float pHeadPitch) 从类继承的方法 net.minecraft.client.model.AgeableListModel
renderToBuffer
从类继承的方法 net.minecraft.client.model.EntityModel
copyPropertiesTo, prepareMobModel
从类继承的方法 net.minecraft.client.model.Model
renderType
-
字段详细资料
-
head
-
body
-
rightHindLeg
-
leftHindLeg
-
rightFrontLeg
-
leftFrontLeg
-
-
构造器详细资料
-
QuadrupedModel
protected QuadrupedModel(ModelPart pRoot, boolean pScaleHead, float pBabyYHeadOffset, float pBabyZHeadOffset, float pBabyHeadScale, float pBabyBodyScale, int pBodyYOffset)
-
-
方法详细资料
-
createBodyMesh
-
headParts
- 指定者:
headParts
在类中AgeableListModel<T extends Entity>
-
bodyParts
- 指定者:
bodyParts
在类中AgeableListModel<T extends Entity>
-
setupAnim
public void setupAnim(T pEntity, float pLimbSwing, float pLimbSwingAmount, float pAgeInTicks, float pNetHeadYaw, float pHeadPitch) - 指定者:
setupAnim
在类中EntityModel<T extends Entity>
-