Package net.minecraft.client.model
Class AbstractEquineModel<T extends EquineRenderState>
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.model.EntityModel<T>
net.minecraft.client.model.AbstractEquineModel<T>
- Direct Known Subclasses:
DonkeyModel
,EquineSaddleModel
,HorseModel
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.model.Model
Model.Simple
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final MeshTransformer
protected final ModelPart
private static final float
private static final float
private static final float
private static final float
private static final float
protected static final String
protected final ModelPart
private final ModelPart
private final ModelPart
private final ModelPart
private final ModelPart
private final ModelPart
Fields inherited from class net.minecraft.client.model.EntityModel
MODEL_Y_OFFSET
Fields inherited from class net.minecraft.client.model.Model
renderType, root
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MeshDefinition
createBabyMesh
(CubeDeformation p_361910_) static MeshDefinition
createBodyMesh
(CubeDeformation p_362889_) protected static MeshDefinition
createFullScaleBabyMesh
(CubeDeformation p_360459_) void
Methods inherited from class net.minecraft.client.model.Model
allParts, animate, animate, animate, animate, animateWalk, animateWalk, applyStatic, applyStatic, getAnimation, getAnyDescendantWithName, renderToBuffer, renderToBuffer, renderType, resetPose, root
-
Field Details
-
DEG_125
private static final float DEG_125- See Also:
-
DEG_60
private static final float DEG_60- See Also:
-
DEG_45
private static final float DEG_45- See Also:
-
DEG_30
private static final float DEG_30- See Also:
-
DEG_15
private static final float DEG_15- See Also:
-
HEAD_PARTS
- See Also:
-
BABY_TRANSFORMER
-
body
-
headParts
-
rightHindLeg
-
leftHindLeg
-
rightFrontLeg
-
leftFrontLeg
-
tail
-
-
Constructor Details
-
AbstractEquineModel
-
-
Method Details
-
createBodyMesh
-
createBabyMesh
-
createFullScaleBabyMesh
-
setupAnim
- Overrides:
setupAnim
in classEntityModel<T extends EquineRenderState>
-