Package net.minecraft.client.model
Class ArmorStandModel
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<ArmorStand>
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
-
Field Summary
Modifier 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
body, 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_BASE
Fields inherited from class net.minecraft.client.model.EntityModel
attackTime, riding, young
Fields inherited from class net.minecraft.client.model.Model
renderType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic LayerDefinition
void
prepareMobModel
(ArmorStand p_102172_, float p_102173_, float p_102174_, float p_102175_) void
setupAnim
(ArmorStand p_102177_, float p_102178_, float p_102179_, float p_102180_, float p_102181_, float p_102182_) 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, headParts, rotlerpRad, setAllVisible, setupAttackAnimation
Methods inherited from class net.minecraft.client.model.AgeableListModel
renderToBuffer
Methods inherited from class net.minecraft.client.model.EntityModel
copyPropertiesTo
Methods inherited from class net.minecraft.client.model.Model
renderType
-
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
-
prepareMobModel
public void prepareMobModel(ArmorStand p_102172_, float p_102173_, float p_102174_, float p_102175_) - Overrides:
prepareMobModel
in classHumanoidModel<ArmorStand>
-
setupAnim
public void setupAnim(ArmorStand p_102177_, float p_102178_, float p_102179_, float p_102180_, float p_102181_, float p_102182_) - Overrides:
setupAnim
in classArmorStandArmorModel
-
bodyParts
- Overrides:
bodyParts
in classHumanoidModel<ArmorStand>
-
translateToHand
- Specified by:
translateToHand
in interfaceArmedModel
- Overrides:
translateToHand
in classHumanoidModel<ArmorStand>
-