Class IllagerEntityModel<S extends IllagerEntityRenderState>
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.render.entity.model.EntityModel<S>
net.minecraft.client.render.entity.model.IllagerEntityModel<S>
- All Implemented Interfaces:
ModelWithArms
,ModelWithHead
@Environment(CLIENT)
public class IllagerEntityModel<S extends IllagerEntityRenderState>
extends EntityModel<S>
implements ModelWithArms, ModelWithHead
- Mappings:
Namespace Name named net/minecraft/client/render/entity/model/IllagerEntityModel
intermediary net/minecraft/class_575
official gbz
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.model.Model
Model.SinglePartModel
-
Field Summary
Modifier and TypeFieldDescriptionprivate final ModelPart
private final ModelPart
private final ModelPart
private final ModelPart
private final ModelPart
private final ModelPart
private final ModelPart
Fields inherited from class net.minecraft.client.render.entity.model.EntityModel
field_52908
Fields inherited from class net.minecraft.client.model.Model
layerFactory, root
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate ModelPart
getAttackingArm
(Arm arm) getHat()
getHead()
Gets the head model part.static TexturedModelData
void
void
setArmAngle
(Arm arm, MatrixStack matrices) Methods inherited from class net.minecraft.client.model.Model
animate, animate, animate, animateWalking, getLayer, getPart, getParts, getRootPart, render, render, resetTransforms
-
Field Details
-
head
- Mappings:
Namespace Name Mixin selector named head
Lnet/minecraft/client/render/entity/model/IllagerEntityModel;head:Lnet/minecraft/client/model/ModelPart;
intermediary field_3422
Lnet/minecraft/class_575;field_3422:Lnet/minecraft/class_630;
official a
Lgbz;a:Lgen;
-
hat
- Mappings:
Namespace Name Mixin selector named hat
Lnet/minecraft/client/render/entity/model/IllagerEntityModel;hat:Lnet/minecraft/client/model/ModelPart;
intermediary field_3419
Lnet/minecraft/class_575;field_3419:Lnet/minecraft/class_630;
official b
Lgbz;b:Lgen;
-
arms
- Mappings:
Namespace Name Mixin selector named arms
Lnet/minecraft/client/render/entity/model/IllagerEntityModel;arms:Lnet/minecraft/client/model/ModelPart;
intermediary field_3423
Lnet/minecraft/class_575;field_3423:Lnet/minecraft/class_630;
official c
Lgbz;c:Lgen;
-
leftLeg
- Mappings:
Namespace Name Mixin selector named leftLeg
Lnet/minecraft/client/render/entity/model/IllagerEntityModel;leftLeg:Lnet/minecraft/client/model/ModelPart;
intermediary field_3420
Lnet/minecraft/class_575;field_3420:Lnet/minecraft/class_630;
official d
Lgbz;d:Lgen;
-
rightLeg
- Mappings:
Namespace Name Mixin selector named rightLeg
Lnet/minecraft/client/render/entity/model/IllagerEntityModel;rightLeg:Lnet/minecraft/client/model/ModelPart;
intermediary field_3418
Lnet/minecraft/class_575;field_3418:Lnet/minecraft/class_630;
official e
Lgbz;e:Lgen;
-
rightArm
- Mappings:
Namespace Name Mixin selector named rightArm
Lnet/minecraft/client/render/entity/model/IllagerEntityModel;rightArm:Lnet/minecraft/client/model/ModelPart;
intermediary field_3426
Lnet/minecraft/class_575;field_3426:Lnet/minecraft/class_630;
official f
Lgbz;f:Lgen;
-
leftArm
- Mappings:
Namespace Name Mixin selector named leftArm
Lnet/minecraft/client/render/entity/model/IllagerEntityModel;leftArm:Lnet/minecraft/client/model/ModelPart;
intermediary field_3417
Lnet/minecraft/class_575;field_3417:Lnet/minecraft/class_630;
official g
Lgbz;g:Lgen;
-
-
Constructor Details
-
IllagerEntityModel
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/render/entity/model/EntityModel;<init>(Lnet/minecraft/client/model/ModelPart;)V
intermediary <init>
Lnet/minecraft/class_583;<init>(Lnet/minecraft/class_630;)V
official <init>
Lgbl;<init>(Lgen;)V
-
-
Method Details
-
getTexturedModelData
- Mappings:
Namespace Name Mixin selector named getTexturedModelData
Lnet/minecraft/client/render/entity/model/IllagerEntityModel;getTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;
intermediary method_32012
Lnet/minecraft/class_575;method_32012()Lnet/minecraft/class_5607;
official a
Lgbz;a()Lget;
-
setAngles
- Overrides:
setAngles
in classEntityModel<S extends IllagerEntityRenderState>
- Mappings:
Namespace Name Mixin selector named setAngles
Lnet/minecraft/client/render/entity/model/IllagerEntityModel;setAngles(Lnet/minecraft/client/render/entity/state/IllagerEntityRenderState;)V
intermediary method_17094
Lnet/minecraft/class_575;method_17094(Lnet/minecraft/class_10035;)V
official a
Lgbz;a(Lgyl;)V
-
getAttackingArm
- Mappings:
Namespace Name Mixin selector named getAttackingArm
Lnet/minecraft/client/render/entity/model/IllagerEntityModel;getAttackingArm(Lnet/minecraft/util/Arm;)Lnet/minecraft/client/model/ModelPart;
intermediary method_2813
Lnet/minecraft/class_575;method_2813(Lnet/minecraft/class_1306;)Lnet/minecraft/class_630;
official a
Lgbz;a(Lbvz;)Lgen;
-
getHat
- Mappings:
Namespace Name Mixin selector named getHat
Lnet/minecraft/client/render/entity/model/IllagerEntityModel;getHat()Lnet/minecraft/client/model/ModelPart;
intermediary method_2812
Lnet/minecraft/class_575;method_2812()Lnet/minecraft/class_630;
official c
Lgbz;c()Lgen;
-
getHead
Gets the head model part.- Specified by:
getHead
in interfaceModelWithHead
- Returns:
- the head
- Mappings:
Namespace Name Mixin selector named getHead
Lnet/minecraft/client/render/entity/model/ModelWithHead;getHead()Lnet/minecraft/client/model/ModelPart;
intermediary method_2838
Lnet/minecraft/class_3882;method_2838()Lnet/minecraft/class_630;
official b
Lgbu;b()Lgen;
-
setArmAngle
- Specified by:
setArmAngle
in interfaceModelWithArms
- Mappings:
Namespace Name Mixin selector named setArmAngle
Lnet/minecraft/client/render/entity/model/ModelWithArms;setArmAngle(Lnet/minecraft/util/Arm;Lnet/minecraft/client/util/math/MatrixStack;)V
intermediary method_2803
Lnet/minecraft/class_3881;method_2803(Lnet/minecraft/class_1306;Lnet/minecraft/class_4587;)V
official a
Lgah;a(Lbvz;Lfgr;)V
-