Package net.minecraft.client.model
Class DonkeyModel
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.model.EntityModel<DonkeyRenderState>
net.minecraft.client.model.AbstractEquineModel<DonkeyRenderState>
net.minecraft.client.model.DonkeyModel
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.model.Model
Model.Simple -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final floatprivate static final MeshTransformerprivate final ModelPartstatic final floatprivate final ModelPartFields inherited from class net.minecraft.client.model.AbstractEquineModel
BABY_TRANSFORMER, body, HEAD_PARTS, headPartsFields inherited from class net.minecraft.client.model.EntityModel
MODEL_Y_OFFSETFields inherited from class net.minecraft.client.model.Model
renderType, root -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LayerDefinitioncreateBabyLayer(float pScale) static LayerDefinitioncreateBodyLayer(float pScale) static LayerDefinitioncreateSaddleLayer(float pScale, boolean pIsBaby) private static voidmodifyMesh(PartDefinition pPartDefinition) voidsetupAnim(DonkeyRenderState p_361197_) Methods inherited from class net.minecraft.client.model.AbstractEquineModel
createBabyMesh, createBodyMesh, createFullScaleBabyMeshMethods 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
-
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
-
createBabyLayer
-
createSaddleLayer
-
modifyMesh
-
setupAnim
- Overrides:
setupAnimin classAbstractEquineModel<DonkeyRenderState>
-