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