public class ElytraModel<T extends LivingEntity> extends AgeableModel<T>
isChild, isSitting, swingProgressrenderType, textureHeight, textureWidth| コンストラクタと説明 |
|---|
ElytraModel() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected java.lang.Iterable<ModelRenderer> |
getBodyParts() |
protected java.lang.Iterable<ModelRenderer> |
getHeadParts() |
void |
setRotationAngles(T entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch)
Sets this entity's model rotation angles
|
rendercopyModelAttributesTo, setLivingAnimationsaccept, getRenderTypeprotected java.lang.Iterable<ModelRenderer> getHeadParts()
getHeadParts クラス内 AgeableModel<T extends LivingEntity>protected java.lang.Iterable<ModelRenderer> getBodyParts()
getBodyParts クラス内 AgeableModel<T extends LivingEntity>public void setRotationAngles(T entityIn, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch)
setRotationAngles クラス内 EntityModel<T extends LivingEntity>