Package net.minecraft.client.model
Class ArmorStandModel
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.model.EntityModel<ArmorStandRenderState>
net.minecraft.client.model.HumanoidModel<ArmorStandRenderState>
net.minecraft.client.model.ArmorStandArmorModel
net.minecraft.client.model.ArmorStandModel
- All Implemented Interfaces:
ArmedModel
,HeadedModel
-
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 TypeFieldDescriptionprivate static final String
private final ModelPart
private static final String
private final ModelPart
private static final String
private final ModelPart
private static final String
private 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 LayerDefinition
void
setupAnim
(ArmorStandRenderState p_360688_) void
translateToHand
(HumanoidArm p_102157_, PoseStack p_102158_) Methods inherited from class net.minecraft.client.model.ArmorStandArmorModel
createBodyLayer
Methods inherited from class net.minecraft.client.model.HumanoidModel
copyPropertiesTo, createMesh, getArm, getHead, setAllVisible, setupAttackAnimation
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
-
RIGHT_BODY_STICK
- See Also:
-
LEFT_BODY_STICK
- See Also:
-
SHOULDER_STICK
- See Also:
-
BASE_PLATE
- See Also:
-
rightBodyStick
-
leftBodyStick
-
shoulderStick
-
basePlate
-
-
Constructor Details
-
ArmorStandModel
-
-
Method Details
-
createBodyLayer
-
setupAnim
- Overrides:
setupAnim
in classArmorStandArmorModel
-
translateToHand
- Specified by:
translateToHand
in interfaceArmedModel
- Overrides:
translateToHand
in classHumanoidModel<ArmorStandRenderState>
-