public class WitherModel<T extends WitherEntity> extends SegmentedModel<T>
isChild, isSitting, swingProgressrenderType, textureHeight, textureWidth| コンストラクタと説明 | 
|---|
| WitherModel(float p_i46302_1_) | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| com.google.common.collect.ImmutableList<ModelRenderer> | getParts() | 
| void | setLivingAnimations(T entityIn,
                   float limbSwing,
                   float limbSwingAmount,
                   float partialTick) | 
| void | setRotationAngles(T entityIn,
                 float limbSwing,
                 float limbSwingAmount,
                 float ageInTicks,
                 float netHeadYaw,
                 float headPitch)Sets this entity's model rotation angles | 
rendercopyModelAttributesToaccept, getRenderTypepublic com.google.common.collect.ImmutableList<ModelRenderer> getParts()
getParts クラス内 SegmentedModel<T extends WitherEntity>public void setRotationAngles(T entityIn, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch)
setRotationAngles クラス内 EntityModel<T extends WitherEntity>public void setLivingAnimations(T entityIn, float limbSwing, float limbSwingAmount, float partialTick)
setLivingAnimations クラス内 EntityModel<T extends WitherEntity>