Package net.minecraft.client.model
Class EquineSaddleModel
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.model.EntityModel<EquineRenderState>
net.minecraft.client.model.AbstractEquineModel<EquineRenderState>
net.minecraft.client.model.EquineSaddleModel
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.model.Model
Model.Simple
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final String
private static final String
private static final String
private static final String
private final ModelPart[]
private static final String
private static final String
private static final String
Fields inherited from class net.minecraft.client.model.AbstractEquineModel
BABY_TRANSFORMER, body, HEAD_PARTS, headParts
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 LayerDefinition
createFullScaleSaddleLayer
(boolean p_397854_) static LayerDefinition
createSaddleLayer
(boolean p_397711_) void
setupAnim
(EquineRenderState p_397454_) Methods inherited from class net.minecraft.client.model.AbstractEquineModel
createBabyMesh, createBodyMesh, createFullScaleBabyMesh
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
-
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:
-
ridingParts
-
-
Constructor Details
-
EquineSaddleModel
-
-
Method Details
-
createSaddleLayer
-
createFullScaleSaddleLayer
-
setupAnim
- Overrides:
setupAnim
in classAbstractEquineModel<EquineRenderState>
-