Class ArmorStandArmorEntityModel
java.lang.Object
net.minecraft.client.model.Model<ArmorStandEntityRenderState>
net.minecraft.client.render.entity.model.EntityModel<ArmorStandEntityRenderState>
net.minecraft.client.render.entity.model.BipedEntityModel<ArmorStandEntityRenderState>
net.minecraft.client.render.entity.model.ArmorStandArmorEntityModel
- All Implemented Interfaces:
ModelWithArms<ArmorStandEntityRenderState>,ModelWithHead
- Direct Known Subclasses:
ArmorStandEntityModel
@Environment(CLIENT)
public class ArmorStandArmorEntityModel
extends BipedEntityModel<ArmorStandEntityRenderState>
Represents the armor model of an
.
invalid reference
ArmorStandEntity
- Mappings:
Namespace Name named net/minecraft/client/render/entity/model/ArmorStandArmorEntityModelintermediary net/minecraft/class_548official goo
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.render.entity.model.BipedEntityModel
BipedEntityModel.ArmPoseNested classes/interfaces inherited from class net.minecraft.client.model.Model
Model.SinglePartModel -
Field Summary
Fields inherited from class net.minecraft.client.render.entity.model.BipedEntityModel
BABY_TRANSFORMER, body, field_32505, field_32506, field_39069, field_39070, field_42513, hat, head, leftArm, leftLeg, rightArm, rightLegFields inherited from class net.minecraft.client.render.entity.model.EntityModel
field_52908Fields inherited from class net.minecraft.client.model.Model
layerFactory, root -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static ModelDatagetTexturedModelData(Dilation dilation) static class_11677<TexturedModelData> method_72830(Dilation dilation, Dilation dilation2) voidsetAngles(ArmorStandEntityRenderState armorStandEntityRenderState) Methods inherited from class net.minecraft.client.render.entity.model.BipedEntityModel
animateArms, getArm, getHead, getModelData, method_72853, method_72854, setArmAngle, setVisibleMethods inherited from class net.minecraft.client.model.Model
getLayer, getParts, getRootPart, render, render, resetTransforms
-
Constructor Details
-
ArmorStandArmorEntityModel
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/render/entity/model/EntityModel;<init>(Lnet/minecraft/client/model/ModelPart;)Vintermediary <init>Lnet/minecraft/class_583;<init>(Lnet/minecraft/class_630;)Vofficial <init>Lgpy;<init>(Lgtd;)V
-
-
Method Details
-
method_72830
- Mappings:
Namespace Name Mixin selector named method_72830Lnet/minecraft/client/render/entity/model/ArmorStandArmorEntityModel;method_72830(Lnet/minecraft/client/model/Dilation;Lnet/minecraft/client/model/Dilation;)Lnet/minecraft/class_11677;intermediary method_72830Lnet/minecraft/class_548;method_72830(Lnet/minecraft/class_5605;Lnet/minecraft/class_5605;)Lnet/minecraft/class_11677;official aLgoo;a(Lgth;Lgth;)Lhfw;
-
getTexturedModelData
- Mappings:
Namespace Name Mixin selector named getTexturedModelDataLnet/minecraft/client/render/entity/model/ArmorStandArmorEntityModel;getTexturedModelData(Lnet/minecraft/client/model/Dilation;)Lnet/minecraft/client/model/ModelData;intermediary method_32686Lnet/minecraft/class_548;method_32686(Lnet/minecraft/class_5605;)Lnet/minecraft/class_5609;official aLgoo;a(Lgth;)Lgtl;
-
setAngles
- Overrides:
setAnglesin classBipedEntityModel<ArmorStandEntityRenderState>- Mappings:
Namespace Name Mixin selector named setAnglesLnet/minecraft/client/render/entity/model/ArmorStandArmorEntityModel;setAngles(Lnet/minecraft/client/render/entity/state/ArmorStandEntityRenderState;)Vintermediary method_17066Lnet/minecraft/class_548;method_17066(Lnet/minecraft/class_9998;)Vofficial aLgoo;a(Lhmp;)V
-