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:
java.util.function.Consumer<ModelRenderer>
,IHasArm
,IHasHead
public class ArmorStandModel extends ArmorStandArmorModel
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.minecraft.client.renderer.entity.model.BipedModel
BipedModel.ArmPose
-
-
Field Summary
Fields Modifier and Type Field Description private ModelRenderer
basePlate
private ModelRenderer
bodyStick1
private ModelRenderer
bodyStick2
private ModelRenderer
shoulderStick
-
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
Constructors Constructor Description ArmorStandModel()
ArmorStandModel(float p_i46306_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Iterable<ModelRenderer>
bodyParts()
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 Detail
-
bodyStick1
private final ModelRenderer bodyStick1
-
bodyStick2
private final ModelRenderer bodyStick2
-
shoulderStick
private final ModelRenderer shoulderStick
-
basePlate
private final ModelRenderer basePlate
-
-
Method Detail
-
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
protected java.lang.Iterable<ModelRenderer> bodyParts()
- Overrides:
bodyParts
in classBipedModel<ArmorStandEntity>
-
translateToHand
public void translateToHand(HandSide p_225599_1_, MatrixStack p_225599_2_)
- Specified by:
translateToHand
in interfaceIHasArm
- Overrides:
translateToHand
in classBipedModel<ArmorStandEntity>
-
-