Class IllagerEntityModel<S extends IllagerEntityRenderState>
java.lang.Object
net.minecraft.client.model.Model<S>
net.minecraft.client.render.entity.model.EntityModel<S>
net.minecraft.client.render.entity.model.IllagerEntityModel<S>
- All Implemented Interfaces:
ModelWithArms<S>,ModelWithHead
@Environment(CLIENT)
public class IllagerEntityModel<S extends IllagerEntityRenderState>
extends EntityModel<S>
implements ModelWithArms<S>, ModelWithHead
- Mappings:
Namespace Name named net/minecraft/client/render/entity/model/IllagerEntityModelintermediary net/minecraft/class_575official gvz
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.model.Model
Model.SinglePartModel -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ModelPartprivate final ModelPartprivate final ModelPartprivate final ModelPartprivate final ModelPartprivate final ModelPartprivate final ModelPartFields 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 ModelPartgetAttackingArm(Arm arm) getHat()getHead()Gets the head model part.static TexturedModelDatavoidvoidsetArmAngle(IllagerEntityRenderState illagerEntityRenderState, Arm arm, MatrixStack matrixStack) Methods inherited from class net.minecraft.client.model.Model
getLayer, getParts, getRootPart, render, render, resetTransformsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.render.entity.model.ModelWithHead
method_74046
-
Field Details
-
head
- Mappings:
Namespace Name Mixin selector named headLnet/minecraft/client/render/entity/model/IllagerEntityModel;head:Lnet/minecraft/client/model/ModelPart;intermediary field_3422Lnet/minecraft/class_575;field_3422:Lnet/minecraft/class_630;official aLgvz;a:Lgyo;
-
hat
- Mappings:
Namespace Name Mixin selector named hatLnet/minecraft/client/render/entity/model/IllagerEntityModel;hat:Lnet/minecraft/client/model/ModelPart;intermediary field_3419Lnet/minecraft/class_575;field_3419:Lnet/minecraft/class_630;official bLgvz;b:Lgyo;
-
arms
- Mappings:
Namespace Name Mixin selector named armsLnet/minecraft/client/render/entity/model/IllagerEntityModel;arms:Lnet/minecraft/client/model/ModelPart;intermediary field_3423Lnet/minecraft/class_575;field_3423:Lnet/minecraft/class_630;official cLgvz;c:Lgyo;
-
leftLeg
- Mappings:
Namespace Name Mixin selector named leftLegLnet/minecraft/client/render/entity/model/IllagerEntityModel;leftLeg:Lnet/minecraft/client/model/ModelPart;intermediary field_3420Lnet/minecraft/class_575;field_3420:Lnet/minecraft/class_630;official dLgvz;d:Lgyo;
-
rightLeg
- Mappings:
Namespace Name Mixin selector named rightLegLnet/minecraft/client/render/entity/model/IllagerEntityModel;rightLeg:Lnet/minecraft/client/model/ModelPart;intermediary field_3418Lnet/minecraft/class_575;field_3418:Lnet/minecraft/class_630;official eLgvz;e:Lgyo;
-
rightArm
- Mappings:
Namespace Name Mixin selector named rightArmLnet/minecraft/client/render/entity/model/IllagerEntityModel;rightArm:Lnet/minecraft/client/model/ModelPart;intermediary field_3426Lnet/minecraft/class_575;field_3426:Lnet/minecraft/class_630;official fLgvz;f:Lgyo;
-
leftArm
- Mappings:
Namespace Name Mixin selector named leftArmLnet/minecraft/client/render/entity/model/IllagerEntityModel;leftArm:Lnet/minecraft/client/model/ModelPart;intermediary field_3417Lnet/minecraft/class_575;field_3417:Lnet/minecraft/class_630;official gLgvz;g:Lgyo;
-
-
Constructor Details
-
IllagerEntityModel
- 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>Lgvi;<init>(Lgyo;)V
-
-
Method Details
-
getTexturedModelData
- Mappings:
Namespace Name Mixin selector named getTexturedModelDataLnet/minecraft/client/render/entity/model/IllagerEntityModel;getTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;intermediary method_32012Lnet/minecraft/class_575;method_32012()Lnet/minecraft/class_5607;official aLgvz;a()Lgyu;
-
setAngles
- Overrides:
setAnglesin classModel<S extends IllagerEntityRenderState>- Mappings:
Namespace Name Mixin selector named setAnglesLnet/minecraft/client/render/entity/model/IllagerEntityModel;setAngles(Lnet/minecraft/client/render/entity/state/IllagerEntityRenderState;)Vintermediary method_17094Lnet/minecraft/class_575;method_17094(Lnet/minecraft/class_10035;)Vofficial aLgvz;a(Lhvf;)V
-
getAttackingArm
- Mappings:
Namespace Name Mixin selector named getAttackingArmLnet/minecraft/client/render/entity/model/IllagerEntityModel;getAttackingArm(Lnet/minecraft/util/Arm;)Lnet/minecraft/client/model/ModelPart;intermediary method_2813Lnet/minecraft/class_575;method_2813(Lnet/minecraft/class_1306;)Lnet/minecraft/class_630;official aLgvz;a(Lcem;)Lgyo;
-
getHat
- Mappings:
Namespace Name Mixin selector named getHatLnet/minecraft/client/render/entity/model/IllagerEntityModel;getHat()Lnet/minecraft/client/model/ModelPart;intermediary method_2812Lnet/minecraft/class_575;method_2812()Lnet/minecraft/class_630;official bLgvz;b()Lgyo;
-
getHead
Gets the head model part.- Specified by:
getHeadin interfaceModelWithHead- Returns:
- the head
- Mappings:
Namespace Name Mixin selector named getHeadLnet/minecraft/client/render/entity/model/ModelWithHead;getHead()Lnet/minecraft/client/model/ModelPart;intermediary method_2838Lnet/minecraft/class_3882;method_2838()Lnet/minecraft/class_630;official fLgvv;f()Lgyo;
-
setArmAngle
public void setArmAngle(IllagerEntityRenderState illagerEntityRenderState, Arm arm, MatrixStack matrixStack) - Specified by:
setArmAnglein interfaceModelWithArms<S extends IllagerEntityRenderState>- Mappings:
Namespace Name Mixin selector named setArmAngleLnet/minecraft/client/render/entity/model/IllagerEntityModel;setArmAngle(Lnet/minecraft/client/render/entity/state/IllagerEntityRenderState;Lnet/minecraft/util/Arm;Lnet/minecraft/client/util/math/MatrixStack;)Vintermediary method_72855Lnet/minecraft/class_575;method_72855(Lnet/minecraft/class_10035;Lnet/minecraft/class_1306;Lnet/minecraft/class_4587;)Vofficial aLgvz;a(Lhvf;Lcem;Lfua;)V
-