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 p_360811_) void
setupAnim
(WitchRenderState p_364347_) void
translateToArms
(PoseStack p_383238_) Methods 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
-
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 p_360811_) - Specified by:
hatVisible
in interfaceVillagerLikeModel
-
translateToArms
- Specified by:
translateToArms
in interfaceVillagerLikeModel
-