Package net.minecraft.client.model
Class HorseModel<T extends AbstractHorse>
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.model.EntityModel<E>
net.minecraft.client.model.AgeableListModel<T>
net.minecraft.client.model.HorseModel<T>
- Direct Known Subclasses:
- ChestedHorseModel
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected final ModelPartprivate static final floatprivate static final floatprivate static final floatprivate static final floatprivate static final floatprotected static final Stringprivate static final Stringprotected final ModelPartprivate static final Stringprivate static final Stringprivate static final Stringprivate static final Stringprivate final ModelPartprivate final ModelPartprivate final ModelPartprivate final ModelPartprivate static final Stringprivate final ModelPart[]private static final Stringprivate static final Stringprivate static final Stringprivate static final Stringprivate final ModelPartprivate final ModelPartprivate final ModelPartprivate final ModelPartprivate static final Stringprivate final ModelPart[]private final ModelPartFields inherited from class net.minecraft.client.model.EntityModelattackTime, riding, youngFields inherited from class net.minecraft.client.model.ModelrenderType
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic MeshDefinitioncreateBodyMesh(CubeDeformation p_170670_) voidprepareMobModel(T p_102780_, float p_102781_, float p_102782_, float p_102783_) voidsetupAnim(T p_102785_, float p_102786_, float p_102787_, float p_102788_, float p_102789_, float p_102790_) Methods inherited from class net.minecraft.client.model.AgeableListModelrenderToBufferMethods inherited from class net.minecraft.client.model.EntityModelcopyPropertiesToMethods inherited from class net.minecraft.client.model.ModelrenderType
- 
Field Details- 
DEG_125private static final float DEG_125- See Also:
 
- 
DEG_60private static final float DEG_60- See Also:
 
- 
DEG_45private static final float DEG_45- See Also:
 
- 
DEG_30private static final float DEG_30- See Also:
 
- 
DEG_15private static final float DEG_15- See Also:
 
- 
HEAD_PARTS- See Also:
 
- 
LEFT_HIND_BABY_LEG- See Also:
 
- 
RIGHT_HIND_BABY_LEG- See Also:
 
- 
LEFT_FRONT_BABY_LEG- See Also:
 
- 
RIGHT_FRONT_BABY_LEG- See Also:
 
- 
SADDLE- See Also:
 
- 
LEFT_SADDLE_MOUTH- See Also:
 
- 
LEFT_SADDLE_LINE- See Also:
 
- 
RIGHT_SADDLE_MOUTH- See Also:
 
- 
RIGHT_SADDLE_LINE- See Also:
 
- 
HEAD_SADDLE- See Also:
 
- 
MOUTH_SADDLE_WRAP- See Also:
 
- 
body
- 
headParts
- 
rightHindLeg
- 
leftHindLeg
- 
rightFrontLeg
- 
leftFrontLeg
- 
rightHindBabyLeg
- 
leftHindBabyLeg
- 
rightFrontBabyLeg
- 
leftFrontBabyLeg
- 
tail
- 
saddleParts
- 
ridingParts
 
- 
- 
Constructor Details- 
HorseModel
 
- 
- 
Method Details- 
createBodyMesh
- 
setupAnimpublic void setupAnim(T p_102785_, float p_102786_, float p_102787_, float p_102788_, float p_102789_, float p_102790_) - Specified by:
- setupAnimin class- EntityModel<T extends AbstractHorse>
 
- 
headParts- Specified by:
- headPartsin class- AgeableListModel<T extends AbstractHorse>
 
- 
bodyParts- Specified by:
- bodyPartsin class- AgeableListModel<T extends AbstractHorse>
 
- 
prepareMobModel- Overrides:
- prepareMobModelin class- EntityModel<T extends AbstractHorse>
 
 
-