public class WolfModel<T extends WolfEntity> extends TintedAgeableModel<T>
isChild, isSitting, swingProgress
renderType, textureHeight, textureWidth
Constructor and Description |
---|
WolfModel() |
Modifier and Type | Method and Description |
---|---|
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) |
func_228253_a_, render
copyModelAttributesTo
accept, getRenderType
protected java.lang.Iterable<ModelRenderer> getHeadParts()
getHeadParts
in class AgeableModel<T extends WolfEntity>
protected java.lang.Iterable<ModelRenderer> getBodyParts()
getBodyParts
in class AgeableModel<T extends WolfEntity>
public void setLivingAnimations(T entityIn, float limbSwing, float limbSwingAmount, float partialTick)
setLivingAnimations
in class EntityModel<T extends WolfEntity>
public void setRotationAngles(T entityIn, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch)
setRotationAngles
in class EntityModel<T extends WolfEntity>