Package net.minecraft.client.model
Class WolfModel
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.model.Model
Model.Simple
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MeshTransformer
private final ModelPart
private final ModelPart
private final ModelPart
private final ModelPart
private static final int
private static final String
private static final String
private final ModelPart
Added as a result/workaround for the loss of renderWithRotationprivate final ModelPart
Added as a result/workaround for the loss of renderWithRotationprivate final ModelPart
private final ModelPart
private final ModelPart
private static final String
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
createMeshDefinition
(CubeDeformation pCubeDeformation) void
setupAnim
(WolfRenderState pRenderState) Methods inherited from class net.minecraft.client.model.Model
allParts, getAnimation, renderToBuffer, renderToBuffer, renderType, resetPose, root
-
Field Details
-
BABY_TRANSFORMER
-
REAL_HEAD
- See Also:
-
UPPER_BODY
- See Also:
-
REAL_TAIL
- See Also:
-
head
-
realHead
Added as a result/workaround for the loss of renderWithRotation -
body
-
rightHindLeg
-
leftHindLeg
-
rightFrontLeg
-
leftFrontLeg
-
tail
-
realTail
Added as a result/workaround for the loss of renderWithRotation -
upperBody
-
LEG_SIZE
private static final int LEG_SIZE- See Also:
-
-
Constructor Details
-
WolfModel
-
-
Method Details
-
createMeshDefinition
-
setupAnim
- Overrides:
setupAnim
in classEntityModel<WolfRenderState>
-