类 DrownedModel<T extends Zombie>
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.model.EntityModel<E>
net.minecraft.client.model.AgeableListModel<T>
net.minecraft.client.model.HumanoidModel<T>
net.minecraft.client.model.AbstractZombieModel<T>
net.minecraft.client.model.ZombieModel<T>
net.minecraft.client.model.DrownedModel<T>
- 所有已实现的接口:
ArmedModel
,HeadedModel
-
嵌套类概要
从类继承的嵌套类/接口 net.minecraft.client.model.HumanoidModel
HumanoidModel.ArmPose
-
字段概要
从类继承的字段 net.minecraft.client.model.HumanoidModel
body, crouching, hat, HAT_OVERLAY_SCALE, head, leftArm, leftArmPose, leftLeg, LEGGINGS_OVERLAY_SCALE, OVERLAY_SCALE, rightArm, rightArmPose, rightLeg, swimAmount, TOOT_HORN_XROT_BASE, TOOT_HORN_YROT_BASE
从类继承的字段 net.minecraft.client.model.EntityModel
attackTime, riding, young
从类继承的字段 net.minecraft.client.model.Model
renderType
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static LayerDefinition
createBodyLayer
(CubeDeformation pCubeDeformation) 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.ZombieModel
isAggressive
从类继承的方法 net.minecraft.client.model.HumanoidModel
bodyParts, copyPropertiesTo, createMesh, getArm, getHead, headParts, rotlerpRad, setAllVisible, setupAttackAnimation, translateToHand
从类继承的方法 net.minecraft.client.model.AgeableListModel
renderToBuffer
从类继承的方法 net.minecraft.client.model.EntityModel
copyPropertiesTo
从类继承的方法 net.minecraft.client.model.Model
renderType
-
构造器详细资料
-
DrownedModel
-
-
方法详细资料
-
createBodyLayer
-
prepareMobModel
public void prepareMobModel(T pEntity, float pLimbSwing, float pLimbSwingAmount, float pPartialTick) - 覆盖:
prepareMobModel
在类中HumanoidModel<T extends Zombie>
-
setupAnim
public void setupAnim(T pEntity, float pLimbSwing, float pLimbSwingAmount, float pAgeInTicks, float pNetHeadYaw, float pHeadPitch) - 覆盖:
setupAnim
在类中AbstractZombieModel<T extends Zombie>
-