Class ArmorStandArmorEntityModel
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
- All Implemented Interfaces:
Consumer<ModelPart>,ModelWithArms,ModelWithHead
- Direct Known Subclasses:
ArmorStandEntityModel
@Environment(CLIENT) public class ArmorStandArmorEntityModel extends BipedEntityModel<ArmorStandEntity>
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.render.entity.model.BipedEntityModel
BipedEntityModel.ArmPose -
Field Summary
Fields 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 Modifier Constructor Description ArmorStandArmorEntityModel(float scale)protectedArmorStandArmorEntityModel(float scale, int textureWidth, int textureHeight) -
Method Summary
Modifier and Type Method Description voidsetAngles(ArmorStandEntity armorStandEntity, float float2, float float3, float float4, float float5, float float6)Methods inherited from class net.minecraft.client.render.entity.model.BipedEntityModel
animateModel, getArm, getBodyParts, getHead, getHeadParts, getPreferredArm, lerpAngle, method_29353, setArmAngle, setAttributes, setVisibleMethods inherited from class net.minecraft.client.render.entity.model.AnimalModel
renderMethods inherited from class net.minecraft.client.render.entity.model.EntityModel
copyStateTo
-
Constructor Details
-
ArmorStandArmorEntityModel
public ArmorStandArmorEntityModel(float scale) -
ArmorStandArmorEntityModel
protected ArmorStandArmorEntityModel(float scale, int textureWidth, int textureHeight)
-
-
Method Details
-
setAngles
public void setAngles(ArmorStandEntity armorStandEntity, float float2, float float3, float float4, float float5, float float6)- Overrides:
setAnglesin classBipedEntityModel<ArmorStandEntity>
-