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 ModelPartprivate final ModelPartprivate final ModelPartprivate final ModelPartprivate final ModelPartprotected final ModelPartprivate final ModelPartFields 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 LayerDefinitiongetHead()getNose()voidhatVisible(boolean p_360811_) voidsetupAnim(WitchRenderState p_364347_) voidtranslateToArms(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:
setupAnimin classEntityModel<WitchRenderState>
-
getNose
-
getHead
- Specified by:
getHeadin interfaceHeadedModel
-
hatVisible
public void hatVisible(boolean p_360811_) - Specified by:
hatVisiblein interfaceVillagerLikeModel
-
translateToArms
- Specified by:
translateToArmsin interfaceVillagerLikeModel
-