Class ArmorStandEntityModel
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.render.entity.model.EntityModel<E>
net.minecraft.client.render.entity.model.AnimalModel<T>
net.minecraft.client.render.entity.model.BipedEntityModel<ArmorStandEntity>
net.minecraft.client.render.entity.model.ArmorStandArmorEntityModel
net.minecraft.client.render.entity.model.ArmorStandEntityModel
- All Implemented Interfaces:
ModelWithArms,ModelWithHead
@Environment(CLIENT) public class ArmorStandEntityModel extends ArmorStandArmorEntityModel
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.render.entity.model.BipedEntityModel
BipedEntityModel.ArmPose -
Field Summary
Fields Modifier and Type Field Description private ModelPartbasePlateprivate ModelPartleftBodyStickprivate ModelPartrightBodyStickprivate ModelPartshoulderStickFields inherited from class net.minecraft.client.render.entity.model.BipedEntityModel
body, hat, head, leaningPitch, leftArm, leftArmPose, leftLeg, rightArm, rightArmPose, rightLeg, sneakingFields inherited from class net.minecraft.client.render.entity.model.EntityModel
child, handSwingProgress, ridingFields inherited from class net.minecraft.client.model.Model
layerFactory -
Constructor Summary
Constructors Constructor Description ArmorStandEntityModel(ModelPart root) -
Method Summary
Modifier and Type Method Description voidanimateModel(ArmorStandEntity armorStandEntity, float float2, float float3, float float4)protected Iterable<ModelPart>getBodyParts()static TexturedModelDatagetTexturedModelData()voidsetAngles(ArmorStandEntity armorStandEntity, float float2, float float3, float float4, float float5, float float6)voidsetArmAngle(Arm arm, MatrixStack matrices)Methods inherited from class net.minecraft.client.render.entity.model.ArmorStandArmorEntityModel
getTexturedModelDataMethods inherited from class net.minecraft.client.render.entity.model.BipedEntityModel
animateArms, getArm, getHead, getHeadParts, getModelData, lerpAngle, setAttributes, setVisibleMethods inherited from class net.minecraft.client.render.entity.model.AnimalModel
renderMethods inherited from class net.minecraft.client.render.entity.model.EntityModel
copyStateTo
-
Field Details
-
rightBodyStick
-
leftBodyStick
-
shoulderStick
-
basePlate
-
-
Constructor Details
-
ArmorStandEntityModel
-
-
Method Details
-
getTexturedModelData
-
animateModel
public void animateModel(ArmorStandEntity armorStandEntity, float float2, float float3, float float4)- Overrides:
animateModelin classBipedEntityModel<ArmorStandEntity>
-
setAngles
public void setAngles(ArmorStandEntity armorStandEntity, float float2, float float3, float float4, float float5, float float6)- Overrides:
setAnglesin classArmorStandArmorEntityModel
-
getBodyParts
- Overrides:
getBodyPartsin classBipedEntityModel<ArmorStandEntity>
-
setArmAngle
- Specified by:
setArmAnglein interfaceModelWithArms- Overrides:
setArmAnglein classBipedEntityModel<ArmorStandEntity>
-