Package net.minecraft.client.model
Class AbstractPiglinModel<S extends HumanoidRenderState>
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.model.EntityModel<S>
net.minecraft.client.model.HumanoidModel<S>
net.minecraft.client.model.AbstractPiglinModel<S>
- All Implemented Interfaces:
ArmedModel
,HeadedModel
- Direct Known Subclasses:
PiglinModel
,ZombifiedPiglinModel
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.model.HumanoidModel
HumanoidModel.ArmPose
Nested classes/interfaces inherited from class net.minecraft.client.model.Model
Model.Simple
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal ModelPart
private static final String
private static final String
final ModelPart
final ModelPart
final ModelPart
private static final String
private static final String
final ModelPart
final ModelPart
final ModelPart
Fields 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_BASE
Fields inherited from class net.minecraft.client.model.EntityModel
MODEL_Y_OFFSET
Fields inherited from class net.minecraft.client.model.Model
renderType, root
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PartDefinition
addHead
(CubeDeformation p_362117_, MeshDefinition p_365125_) static MeshDefinition
createMesh
(CubeDeformation p_363071_) void
setAllVisible
(boolean p_360597_) void
Methods inherited from class net.minecraft.client.model.HumanoidModel
copyPropertiesTo, createMesh, getArm, getHead, setupAttackAnimation, translateToHand
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
-
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
-
addHead
-
setupAnim
- Overrides:
setupAnim
in classHumanoidModel<S extends HumanoidRenderState>
-
setAllVisible
public void setAllVisible(boolean p_360597_) - Overrides:
setAllVisible
in classHumanoidModel<S extends HumanoidRenderState>
-