类 AbstractZombieModel<T extends Monster>
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>
- 所有已实现的接口:
ArmedModel
,HeadedModel
- 直接已知子类:
GiantZombieModel
,ZombieModel
-
嵌套类概要
从类继承的嵌套类/接口 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
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明abstract boolean
isAggressive
(T pEntity) void
setupAnim
(T pEntity, float pLimbSwing, float pLimbSwingAmount, float pAgeInTicks, float pNetHeadYaw, float pHeadPitch) 从类继承的方法 net.minecraft.client.model.HumanoidModel
bodyParts, copyPropertiesTo, createMesh, getArm, getHead, headParts, prepareMobModel, rotlerpRad, setAllVisible, setupAttackAnimation, translateToHand
从类继承的方法 net.minecraft.client.model.AgeableListModel
renderToBuffer
从类继承的方法 net.minecraft.client.model.EntityModel
copyPropertiesTo
从类继承的方法 net.minecraft.client.model.Model
renderType
-
构造器详细资料
-
AbstractZombieModel
-
-
方法详细资料
-
setupAnim
public void setupAnim(T pEntity, float pLimbSwing, float pLimbSwingAmount, float pAgeInTicks, float pNetHeadYaw, float pHeadPitch) - 覆盖:
setupAnim
在类中HumanoidModel<T extends Monster>
-
isAggressive
-