Package net.minecraft.client.model
Class AbstractPiglinModel<S extends HumanoidRenderState>
java.lang.Object
net.minecraft.client.model.Model<S>
net.minecraft.client.model.EntityModel<S>
net.minecraft.client.model.HumanoidModel<S>
net.minecraft.client.model.AbstractPiglinModel<S>
- All Implemented Interfaces:
ArmedModel<S>,HeadedModel
- Direct Known Subclasses:
PiglinModel,ZombifiedPiglinModel
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.model.HumanoidModel
HumanoidModel.ArmPoseNested classes/interfaces inherited from class net.minecraft.client.model.Model
Model.Simple -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal ModelPartprivate static final Stringprivate static final Stringfinal ModelPartfinal ModelPartfinal ModelPartprivate static final Stringprivate static final Stringfinal ModelPartfinal ModelPartfinal ModelPartFields inherited from class net.minecraft.client.model.HumanoidModel
BABY_TRANSFORMER, body, hat, HAT_OVERLAY_SCALE, head, leftArm, leftLeg, LEGGINGS_OVERLAY_SCALE, OVERLAY_SCALE, rightArm, rightLeg, TOOT_HORN_XROT_BASE, TOOT_HORN_YROT_BASEFields 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 PartDefinitionaddHead(CubeDeformation pCubeDeformation, MeshDefinition pMesh) static ArmorModelSet<MeshDefinition> createArmorMeshSet(CubeDeformation pInnerArmorCubeDeformation, CubeDeformation pOuterArmorCubeDeformation) static MeshDefinitioncreateMesh(CubeDeformation pCubeDeformation) voidsetAllVisible(boolean p_360597_) voidMethods inherited from class net.minecraft.client.model.HumanoidModel
createArmorMeshSet, createMesh, getArm, getHead, setupAttackAnimation, translateToHandMethods inherited from class net.minecraft.client.model.Model
allParts, getAnimation, renderToBuffer, renderToBuffer, renderType, resetPose, rootMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.model.HeadedModel
translateToHead
-
Field Details
-
LEFT_SLEEVE
- See Also:
-
RIGHT_SLEEVE
- See Also:
-
LEFT_PANTS
- See Also:
-
RIGHT_PANTS
- See Also:
-
leftSleeve
-
rightSleeve
-
leftPants
-
rightPants
-
jacket
-
rightEar
-
leftEar
-
-
Constructor Details
-
AbstractPiglinModel
-
-
Method Details
-
createMesh
-
createArmorMeshSet
public static ArmorModelSet<MeshDefinition> createArmorMeshSet(CubeDeformation pInnerArmorCubeDeformation, CubeDeformation pOuterArmorCubeDeformation) -
addHead
-
setupAnim
- Overrides:
setupAnimin classHumanoidModel<S extends HumanoidRenderState>
-
setAllVisible
public void setAllVisible(boolean p_360597_) - Overrides:
setAllVisiblein classHumanoidModel<S extends HumanoidRenderState>
-