Package net.minecraft.client.model
Class HoglinModel<T extends Mob & HoglinBase>
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.model.EntityModel<E>
net.minecraft.client.model.AgeableListModel<T>
net.minecraft.client.model.HoglinModel<T>
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final floatprivate final ModelPartprivate static final floatprivate final ModelPartprivate final ModelPartprivate final ModelPartprivate final ModelPartprivate final ModelPartprivate final ModelPartprivate final ModelPartprivate final ModelPartFields inherited from class net.minecraft.client.model.EntityModelattackTime, riding, youngFields inherited from class net.minecraft.client.model.ModelrenderType
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic LayerDefinitionvoidsetupAnim(T p_102744_, float p_102745_, float p_102746_, float p_102747_, float p_102748_, float p_102749_) Methods inherited from class net.minecraft.client.model.AgeableListModelrenderToBufferMethods inherited from class net.minecraft.client.model.EntityModelcopyPropertiesTo, prepareMobModelMethods inherited from class net.minecraft.client.model.ModelrenderType
- 
Field Details- 
DEFAULT_HEAD_X_ROTprivate static final float DEFAULT_HEAD_X_ROT- See Also:
 
- 
ATTACK_HEAD_X_ROT_ENDprivate static final float ATTACK_HEAD_X_ROT_END- See Also:
 
- 
head
- 
rightEar
- 
leftEar
- 
body
- 
rightFrontLeg
- 
leftFrontLeg
- 
rightHindLeg
- 
leftHindLeg
- 
mane
 
- 
- 
Constructor Details- 
HoglinModel
 
- 
- 
Method Details- 
createBodyLayer
- 
headParts- Specified by:
- headPartsin class- AgeableListModel<T extends Mob & HoglinBase>
 
- 
bodyParts- Specified by:
- bodyPartsin class- AgeableListModel<T extends Mob & HoglinBase>
 
- 
setupAnimpublic void setupAnim(T p_102744_, float p_102745_, float p_102746_, float p_102747_, float p_102748_, float p_102749_) - Specified by:
- setupAnimin class- EntityModel<T extends Mob & HoglinBase>
 
 
-