Package net.minecraft.client.model
Class VillagerModel
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.model.EntityModel<VillagerRenderState>
net.minecraft.client.model.VillagerModel
- All Implemented Interfaces:
HeadedModel,VillagerLikeModel
public class VillagerModel
extends EntityModel<VillagerRenderState>
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 ModelPartstatic final MeshTransformerprivate final ModelPartprivate final ModelPartprivate final ModelPartprivate 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 MeshDefinitiongetHead()voidhatVisible(boolean p_104060_) voidsetupAnim(VillagerRenderState p_361777_) voidtranslateToArms(PoseStack p_382917_) 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
-
BABY_TRANSFORMER
-
head
-
hat
-
hatRim
-
rightLeg
-
leftLeg
-
arms
-
-
Constructor Details
-
VillagerModel
-
-
Method Details
-
createBodyModel
-
setupAnim
- Overrides:
setupAnimin classEntityModel<VillagerRenderState>
-
getHead
- Specified by:
getHeadin interfaceHeadedModel
-
hatVisible
public void hatVisible(boolean p_104060_) - Specified by:
hatVisiblein interfaceVillagerLikeModel
-
translateToArms
- Specified by:
translateToArmsin interfaceVillagerLikeModel
-