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:
Consumer<ModelPart>,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 ModelParthipprivate ModelPartleftTorsoprivate ModelPartplateprivate ModelPartrightTorsoFields inherited from class net.minecraft.client.render.entity.model.BipedEntityModel
head, helmet, leaningPitch, leftArm, leftArmPose, leftLeg, rightArm, rightArmPose, rightLeg, sneaking, torsoFields inherited from class net.minecraft.client.render.entity.model.EntityModel
child, handSwingProgress, ridingFields inherited from class net.minecraft.client.model.Model
layerFactory, textureHeight, textureWidth -
Constructor Summary
Constructors Constructor Description ArmorStandEntityModel()ArmorStandEntityModel(float scale) -
Method Summary
Modifier and Type Method Description voidanimateModel(ArmorStandEntity armorStandEntity, float float2, float float3, float float4)protected Iterable<ModelPart>getBodyParts()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.BipedEntityModel
getArm, getHead, getHeadParts, getPreferredArm, lerpAngle, method_29353, 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
-
rightTorso
-
leftTorso
-
hip
-
plate
-
-
Constructor Details
-
ArmorStandEntityModel
public ArmorStandEntityModel() -
ArmorStandEntityModel
public ArmorStandEntityModel(float scale)
-
-
Method Details
-
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>
-