Class DonkeyModel
java.lang.Object
net.minecraft.client.model.Model<DonkeyRenderState>
net.minecraft.client.model.EntityModel<DonkeyRenderState>
net.minecraft.client.model.animal.equine.AbstractEquineModel<DonkeyRenderState>
net.minecraft.client.model.animal.equine.DonkeyModel
- Direct Known Subclasses:
BabyDonkeyModel
-
Nested Class Summary
Nested classes/interfaces inherited from class Model
Model.Simple -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final floatprivate static final MeshTransformerprivate final ModelPartstatic final floatprivate final ModelPartFields inherited from class AbstractEquineModel
body, HEAD_PARTS, headPartsFields inherited from class EntityModel
MODEL_Y_OFFSETFields inherited from class Model
renderType, root -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LayerDefinitioncreateBodyLayer(float scale) static LayerDefinitioncreateSaddleLayer(float scale) private static voidmodifyMesh(PartDefinition root) voidsetupAnim(DonkeyRenderState state) Methods inherited from class AbstractEquineModel
createBabyMesh, createBodyMeshMethods inherited from class Model
allParts, getAnimation, renderToBuffer, renderToBuffer, renderType, resetPose, root
-
Field Details
-
DONKEY_SCALE
public static final float DONKEY_SCALE- See Also:
-
MULE_SCALE
public static final float MULE_SCALE- See Also:
-
DONKEY_TRANSFORMER
-
leftChest
-
rightChest
-
-
Constructor Details
-
DonkeyModel
-
-
Method Details
-
createBodyLayer
-
createSaddleLayer
-
modifyMesh
-
setupAnim
- Overrides:
setupAnimin classAbstractEquineModel<DonkeyRenderState>
-