Class WitchModel
java.lang.Object
net.minecraft.client.model.Model<WitchRenderState>
net.minecraft.client.model.EntityModel<WitchRenderState>
net.minecraft.client.model.monster.witch.WitchModel
- All Implemented Interfaces:
HeadedModel, VillagerLikeModel<WitchRenderState>
public class WitchModel
extends EntityModel<WitchRenderState>
implements HeadedModel, VillagerLikeModel<WitchRenderState>
-
Nested Class Summary
Nested classes/interfaces inherited from class Model
Model.Simple -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ModelPartprivate final ModelPartprivate final ModelPartprotected final ModelPartprivate final ModelPartFields inherited from class EntityModel
MODEL_Y_OFFSETFields inherited from class Model
renderType, root -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LayerDefinitiongetHead()getNose()voidsetupAnim(WitchRenderState state) voidtranslateToArms(WitchRenderState state, PoseStack outputPoseStack) Methods inherited from class Model
allParts, getAnimation, renderToBuffer, renderToBuffer, renderType, resetPose, rootMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface HeadedModel
translateToHead
-
Field Details
-
nose
-
head
-
rightLeg
-
leftLeg
-
arms
-
-
Constructor Details
-
WitchModel
-
-
Method Details
-
createBodyLayer
-
setupAnim
- Overrides:
setupAnimin classModel<WitchRenderState>
-
getNose
-
getHead
- Specified by:
getHeadin interfaceHeadedModel
-
translateToArms
- Specified by:
translateToArmsin interfaceVillagerLikeModel<WitchRenderState>
-