Package net.minecraft.client.model
Class ZombieVillagerModel<T extends Zombie>
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.model.EntityModel<E>
net.minecraft.client.model.AgeableListModel<T>
net.minecraft.client.model.HumanoidModel<T>
net.minecraft.client.model.ZombieVillagerModel<T>
- All Implemented Interfaces:
- ArmedModel,- HeadedModel,- VillagerHeadModel
public class ZombieVillagerModel<T extends Zombie>
extends HumanoidModel<T>
implements VillagerHeadModel
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.client.model.HumanoidModelHumanoidModel.ArmPose
- 
Field SummaryFieldsFields inherited from class net.minecraft.client.model.HumanoidModelbody, crouching, hat, HAT_OVERLAY_SCALE, head, leftArm, leftArmPose, leftLeg, LEGGINGS_OVERLAY_SCALE, OVERLAY_SCALE, rightArm, rightArmPose, rightLeg, swimAmount, TOOT_HORN_XROT_BASE, TOOT_HORN_YROT_BASEFields inherited from class net.minecraft.client.model.EntityModelattackTime, riding, youngFields inherited from class net.minecraft.client.model.ModelrenderType
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic LayerDefinitioncreateArmorLayer(CubeDeformation p_171094_) static LayerDefinitionvoidhatVisible(boolean p_104182_) voidsetupAnim(T p_104175_, float p_104176_, float p_104177_, float p_104178_, float p_104179_, float p_104180_) Methods inherited from class net.minecraft.client.model.HumanoidModelbodyParts, copyPropertiesTo, createMesh, getArm, getHead, headParts, prepareMobModel, rotlerpRad, setAllVisible, setupAttackAnimation, translateToHandMethods inherited from class net.minecraft.client.model.AgeableListModelrenderToBufferMethods inherited from class net.minecraft.client.model.EntityModelcopyPropertiesToMethods inherited from class net.minecraft.client.model.ModelrenderType
- 
Field Details- 
hatRim
 
- 
- 
Constructor Details- 
ZombieVillagerModel
 
- 
- 
Method Details- 
createBodyLayer
- 
createArmorLayer
- 
setupAnimpublic void setupAnim(T p_104175_, float p_104176_, float p_104177_, float p_104178_, float p_104179_, float p_104180_) - Overrides:
- setupAnimin class- HumanoidModel<T extends Zombie>
 
- 
hatVisiblepublic void hatVisible(boolean p_104182_) - Specified by:
- hatVisiblein interface- VillagerHeadModel
 
 
-