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 Summary
FieldsModifier and TypeFieldDescriptionprotected ModelPartprivate static floatprivate static floatprivate static floatprivate static floatprivate static floatprotected static Stringprivate static Stringprotected ModelPartprivate static Stringprivate static Stringprivate static Stringprivate static Stringprivate ModelPartprivate ModelPartprivate ModelPartprivate ModelPartprivate static Stringprivate ModelPart[]private static Stringprivate static Stringprivate static Stringprivate static Stringprivate ModelPartprivate ModelPartprivate ModelPartprivate ModelPartprivate static Stringprivate ModelPart[]private ModelPartFields inherited from class net.minecraft.client.model.EntityModel
attackTime, riding, youngFields inherited from class net.minecraft.client.model.Model
renderType -
Constructor Summary
Constructors -
Method Summary
Modifier 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.AgeableListModel
renderToBufferMethods inherited from class net.minecraft.client.model.EntityModel
copyPropertiesToMethods inherited from class net.minecraft.client.model.Model
renderType
-
Field Details
-
DEG_125
private static final float DEG_125- See Also:
- Constant Field Values
-
DEG_60
private static final float DEG_60- See Also:
- Constant Field Values
-
DEG_45
private static final float DEG_45- See Also:
- Constant Field Values
-
DEG_30
private static final float DEG_30- See Also:
- Constant Field Values
-
DEG_15
private static final float DEG_15- See Also:
- Constant Field Values
-
HEAD_PARTS
- See Also:
- Constant Field Values
-
LEFT_HIND_BABY_LEG
- See Also:
- Constant Field Values
-
RIGHT_HIND_BABY_LEG
- See Also:
- Constant Field Values
-
LEFT_FRONT_BABY_LEG
- See Also:
- Constant Field Values
-
RIGHT_FRONT_BABY_LEG
- See Also:
- Constant Field Values
-
SADDLE
- See Also:
- Constant Field Values
-
LEFT_SADDLE_MOUTH
- See Also:
- Constant Field Values
-
LEFT_SADDLE_LINE
- See Also:
- Constant Field Values
-
RIGHT_SADDLE_MOUTH
- See Also:
- Constant Field Values
-
RIGHT_SADDLE_LINE
- See Also:
- Constant Field Values
-
HEAD_SADDLE
- See Also:
- Constant Field Values
-
MOUTH_SADDLE_WRAP
- See Also:
- Constant Field Values
-
body
-
headParts
-
rightHindLeg
-
leftHindLeg
-
rightFrontLeg
-
leftFrontLeg
-
rightHindBabyLeg
-
leftHindBabyLeg
-
rightFrontBabyLeg
-
leftFrontBabyLeg
-
tail
-
saddleParts
-
ridingParts
-
-
Constructor Details
-
HorseModel
-
-
Method Details
-
createBodyMesh
-
setupAnim
public void setupAnim(T p_102785_, float p_102786_, float p_102787_, float p_102788_, float p_102789_, float p_102790_)- Specified by:
setupAnimin classEntityModel<T extends AbstractHorse>
-
headParts
- Specified by:
headPartsin classAgeableListModel<T extends AbstractHorse>
-
bodyParts
- Specified by:
bodyPartsin classAgeableListModel<T extends AbstractHorse>
-
prepareMobModel
- Overrides:
prepareMobModelin classEntityModel<T extends AbstractHorse>
-