类 WitherBossModel<T extends WitherBoss>
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.model.EntityModel<E>
net.minecraft.client.model.HierarchicalModel<T>
net.minecraft.client.model.WitherBossModel<T>
-
字段概要
字段修饰符和类型字段说明private static final String
private final ModelPart
private static final String
private final ModelPart
private final ModelPart
private static final String
private static final float
private static final String
private final ModelPart
private final ModelPart
private final ModelPart
private static final float
从类继承的字段 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) root()
void
setupAnim
(T pEntity, float pLimbSwing, float pLimbSwingAmount, float pAgeInTicks, float pNetHeadYaw, float pHeadPitch) private static <T extends WitherBoss>
voidsetupHeadRotation
(T pWither, ModelPart pPart, int p_171074_) 从类继承的方法 net.minecraft.client.model.HierarchicalModel
animate, animate, animateWalk, applyStatic, getAnyDescendantWithName, renderToBuffer
从类继承的方法 net.minecraft.client.model.EntityModel
copyPropertiesTo
从类继承的方法 net.minecraft.client.model.Model
renderType
-
字段详细资料
-
构造器详细资料
-
WitherBossModel
-
-
方法详细资料
-
createBodyLayer
-
root
- 指定者:
root
在类中HierarchicalModel<T extends WitherBoss>
-
setupAnim
public void setupAnim(T pEntity, float pLimbSwing, float pLimbSwingAmount, float pAgeInTicks, float pNetHeadYaw, float pHeadPitch) - 指定者:
setupAnim
在类中EntityModel<T extends WitherBoss>
-
prepareMobModel
public void prepareMobModel(T pEntity, float pLimbSwing, float pLimbSwingAmount, float pPartialTick) - 覆盖:
prepareMobModel
在类中EntityModel<T extends WitherBoss>
-
setupHeadRotation
private static <T extends WitherBoss> void setupHeadRotation(T pWither, ModelPart pPart, int p_171074_)
-