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