Class ArmorStandModel
java.lang.Object
net.minecraft.client.renderer.model.Model
net.minecraft.client.renderer.entity.model.EntityModel<E>
net.minecraft.client.renderer.entity.model.AgeableModel<T>
net.minecraft.client.renderer.entity.model.BipedModel<ArmorStandEntity>
net.minecraft.client.renderer.entity.model.ArmorStandArmorModel
net.minecraft.client.renderer.entity.model.ArmorStandModel
- All Implemented Interfaces:
Consumer<ModelRenderer>
,IHasArm
,IHasHead
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.renderer.entity.model.BipedModel
BipedModel.ArmPose
-
Field Summary
Modifier and TypeFieldDescriptionprivate final ModelRenderer
private final ModelRenderer
private final ModelRenderer
private final ModelRenderer
Fields inherited from class net.minecraft.client.renderer.entity.model.BipedModel
body, crouching, hat, head, leftArm, leftArmPose, leftLeg, rightArm, rightArmPose, rightLeg, swimAmount
Fields inherited from class net.minecraft.client.renderer.entity.model.EntityModel
attackTime, riding, young
Fields inherited from class net.minecraft.client.renderer.model.Model
renderType, texHeight, texWidth
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected Iterable<ModelRenderer>
void
prepareMobModel
(ArmorStandEntity p_212843_1_, float p_212843_2_, float p_212843_3_, float p_212843_4_) void
setupAnim
(ArmorStandEntity p_225597_1_, float p_225597_2_, float p_225597_3_, float p_225597_4_, float p_225597_5_, float p_225597_6_) void
translateToHand
(HandSide p_225599_1_, MatrixStack p_225599_2_) Methods inherited from class net.minecraft.client.renderer.entity.model.BipedModel
copyPropertiesTo, getArm, getAttackArm, getHead, headParts, rotlerpRad, setAllVisible, setupAttackAnimation
Methods inherited from class net.minecraft.client.renderer.entity.model.AgeableModel
renderToBuffer
Methods inherited from class net.minecraft.client.renderer.entity.model.EntityModel
copyPropertiesTo
Methods inherited from class net.minecraft.client.renderer.model.Model
accept, renderType
-
Field Details
-
bodyStick1
-
bodyStick2
-
shoulderStick
-
basePlate
-
-
Constructor Details
-
ArmorStandModel
public ArmorStandModel() -
ArmorStandModel
public ArmorStandModel(float p_i46306_1_)
-
-
Method Details
-
prepareMobModel
public void prepareMobModel(ArmorStandEntity p_212843_1_, float p_212843_2_, float p_212843_3_, float p_212843_4_) - Overrides:
prepareMobModel
in classBipedModel<ArmorStandEntity>
-
setupAnim
public void setupAnim(ArmorStandEntity p_225597_1_, float p_225597_2_, float p_225597_3_, float p_225597_4_, float p_225597_5_, float p_225597_6_) - Overrides:
setupAnim
in classArmorStandArmorModel
-
bodyParts
- Overrides:
bodyParts
in classBipedModel<ArmorStandEntity>
-
translateToHand
- Specified by:
translateToHand
in interfaceIHasArm
- Overrides:
translateToHand
in classBipedModel<ArmorStandEntity>
-