public class HorseModel<T extends AbstractHorseEntity> extends AgeableModel<T>
Modifier and Type | Field and Description |
---|---|
protected ModelRenderer |
field_217127_a |
protected ModelRenderer |
field_217128_b |
isChild, isSitting, swingProgress
renderType, textureHeight, textureWidth
Constructor and Description |
---|
HorseModel(float p_i51065_1_) |
Modifier and Type | Method and Description |
---|---|
protected void |
func_199047_a(ModelRenderer p_199047_1_) |
protected java.lang.Iterable<ModelRenderer> |
getBodyParts() |
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
protected final ModelRenderer field_217127_a
protected final ModelRenderer field_217128_b
protected void func_199047_a(ModelRenderer p_199047_1_)
public void setRotationAngles(T entityIn, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch)
setRotationAngles
in class EntityModel<T extends AbstractHorseEntity>
public java.lang.Iterable<ModelRenderer> getHeadParts()
getHeadParts
in class AgeableModel<T extends AbstractHorseEntity>
protected java.lang.Iterable<ModelRenderer> getBodyParts()
getBodyParts
in class AgeableModel<T extends AbstractHorseEntity>
public void setLivingAnimations(T entityIn, float limbSwing, float limbSwingAmount, float partialTick)
setLivingAnimations
in class EntityModel<T extends AbstractHorseEntity>