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 ModelRendererbasePlateprivate ModelRendererbodyStick1private ModelRendererbodyStick2private ModelRenderershoulderStick-
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()voidprepareMobModel(ArmorStandEntity p_212843_1_, float p_212843_2_, float p_212843_3_, float p_212843_4_)voidsetupAnim(ArmorStandEntity p_225597_1_, float p_225597_2_, float p_225597_3_, float p_225597_4_, float p_225597_5_, float p_225597_6_)voidtranslateToHand(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:
prepareMobModelin 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:
setupAnimin classArmorStandArmorModel
-
bodyParts
protected java.lang.Iterable<ModelRenderer> bodyParts()
- Overrides:
bodyPartsin classBipedModel<ArmorStandEntity>
-
translateToHand
public void translateToHand(HandSide p_225599_1_, MatrixStack p_225599_2_)
- Specified by:
translateToHandin interfaceIHasArm- Overrides:
translateToHandin classBipedModel<ArmorStandEntity>
-
-