Package net.minecraft.client.model
Class WitchModel
- All Implemented Interfaces:
HeadedModel
,VillagerLikeModel
public class WitchModel
extends EntityModel<WitchRenderState>
implements HeadedModel, VillagerLikeModel
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.model.Model
Model.Simple
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ModelPart
private final ModelPart
private final ModelPart
private final ModelPart
private final ModelPart
protected final ModelPart
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 LayerDefinition
getHead()
getNose()
void
hatVisible
(boolean pHatVisible) void
setupAnim
(WitchRenderState pRenderState) void
translateToArms
(PoseStack pPoseStack) Methods inherited from class net.minecraft.client.model.Model
allParts, getAnimation, renderToBuffer, renderToBuffer, renderType, resetPose, root
-
Field Details
-
nose
-
head
-
hat
-
hatRim
-
rightLeg
-
leftLeg
-
arms
-
-
Constructor Details
-
WitchModel
-
-
Method Details
-
createBodyLayer
-
setupAnim
- Overrides:
setupAnim
in classEntityModel<WitchRenderState>
-
getNose
-
getHead
- Specified by:
getHead
in interfaceHeadedModel
-
hatVisible
public void hatVisible(boolean pHatVisible) - Specified by:
hatVisible
in interfaceVillagerLikeModel
-
translateToArms
- Specified by:
translateToArms
in interfaceVillagerLikeModel
-