public class FoxModel<T extends FoxEntity> extends AgeableModel<T>
修飾子とタイプ | フィールドと説明 |
---|---|
ModelRenderer |
field_217115_a |
isChild, isSitting, swingProgress
renderType, textureHeight, textureWidth
コンストラクタと説明 |
---|
FoxModel() |
修飾子とタイプ | メソッドと説明 |
---|---|
protected java.lang.Iterable<ModelRenderer> |
getBodyParts() |
protected java.lang.Iterable<ModelRenderer> |
getHeadParts() |
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
|
render
copyModelAttributesTo
accept, getRenderType
public final ModelRenderer field_217115_a
public void setLivingAnimations(T entityIn, float limbSwing, float limbSwingAmount, float partialTick)
setLivingAnimations
クラス内 EntityModel<T extends FoxEntity>
protected java.lang.Iterable<ModelRenderer> getHeadParts()
getHeadParts
クラス内 AgeableModel<T extends FoxEntity>
protected java.lang.Iterable<ModelRenderer> getBodyParts()
getBodyParts
クラス内 AgeableModel<T extends FoxEntity>
public void setRotationAngles(T entityIn, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch)
setRotationAngles
クラス内 EntityModel<T extends FoxEntity>