Package net.minecraft.client.model
Class WitchModel<T extends Entity>
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.model.EntityModel<T>
net.minecraft.client.model.HierarchicalModel<T>
net.minecraft.client.model.VillagerModel<T>
net.minecraft.client.model.WitchModel<T>
- All Implemented Interfaces:
HeadedModel,VillagerHeadModel
-
Field Summary
FieldsFields inherited from class net.minecraft.client.model.VillagerModel
noseFields inherited from class net.minecraft.client.model.EntityModel
attackTime, riding, youngFields inherited from class net.minecraft.client.model.Model
renderType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LayerDefinitiongetNose()voidsetHoldingItem(boolean holdingItem) voidsetupAnim(T entity, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch) Sets this entity's model rotation anglesMethods inherited from class net.minecraft.client.model.VillagerModel
createBodyModel, getHead, hatVisible, rootMethods inherited from class net.minecraft.client.model.HierarchicalModel
animate, animate, animate, animate, animateWalk, animateWalk, applyStatic, applyStatic, getAnimation, getAnyDescendantWithName, renderToBufferMethods inherited from class net.minecraft.client.model.EntityModel
copyPropertiesTo, prepareMobModelMethods inherited from class net.minecraft.client.model.Model
renderToBuffer, renderType
-
Field Details
-
holdingItem
private boolean holdingItem
-
-
Constructor Details
-
WitchModel
-
-
Method Details
-
createBodyLayer
-
setupAnim
public void setupAnim(T entity, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch) Sets this entity's model rotation angles- Overrides:
setupAnimin classVillagerModel<T extends Entity>
-
getNose
-
setHoldingItem
public void setHoldingItem(boolean holdingItem)
-