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