Class AdultWolfModel
java.lang.Object
net.minecraft.client.model.Model<WolfRenderState>
net.minecraft.client.model.EntityModel<WolfRenderState>
net.minecraft.client.model.animal.wolf.WolfModel
net.minecraft.client.model.animal.wolf.AdultWolfModel
-
Nested Class Summary
Nested classes/interfaces inherited from class Model
Model.Simple -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final intprivate static final Stringprivate static final Stringprivate final ModelPartprivate final ModelPartprivate static final Stringprivate final ModelPartFields inherited from class WolfModel
body, head, leftFrontLeg, leftHindLeg, rightFrontLeg, rightHindLeg, tailFields inherited from class EntityModel
MODEL_Y_OFFSETFields inherited from class Model
renderType, root -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MeshDefinitionprotected voidsetSittingPose(WolfRenderState state) protected voidshakeOffWater(WolfRenderState state) Methods inherited from class Model
allParts, getAnimation, renderToBuffer, renderToBuffer, renderType, resetPose, root
-
Field Details
-
REAL_HEAD
- See Also:
-
UPPER_BODY
- See Also:
-
REAL_TAIL
- See Also:
-
realHead
-
realTail
-
upperBody
-
LEG_SIZE
private static final int LEG_SIZE- See Also:
-
-
Constructor Details
-
AdultWolfModel
-
-
Method Details
-
createBodyLayer
-
setSittingPose
- Overrides:
setSittingPosein classWolfModel
-
shakeOffWater
- Overrides:
shakeOffWaterin classWolfModel
-