Class EndermanEntityModel<T extends EndermanEntityRenderState>
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.render.entity.model.EntityModel<T>
net.minecraft.client.render.entity.model.BipedEntityModel<T>
net.minecraft.client.render.entity.model.EndermanEntityModel<T>
- All Implemented Interfaces:
ModelWithArms
,ModelWithHead
@Environment(CLIENT)
public class EndermanEntityModel<T extends EndermanEntityRenderState>
extends BipedEntityModel<T>
Represents the model of an enderman-like living entity.
The model parts are the same as a BipedEntityModel
but with different proportions.
Part Name | Parent | Corresponding Field |
---|---|---|
"hat" | Root part | BipedEntityModel.hat |
"head" | Root part | BipedEntityModel.head |
"body" | Root part | BipedEntityModel.body |
"right_arm" | Root part | BipedEntityModel.rightArm |
"left_arm" | Root part | BipedEntityModel.leftArm |
"right_leg" | Root part | BipedEntityModel.rightLeg |
"left_leg" | Root part | BipedEntityModel.leftLeg |
- Mappings:
Namespace Name named net/minecraft/client/render/entity/model/EndermanEntityModel
intermediary net/minecraft/class_566
official gbj
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.render.entity.model.BipedEntityModel
BipedEntityModel.ArmPose
Nested 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, rightLeg
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
Methods inherited from class net.minecraft.client.render.entity.model.BipedEntityModel
animateArms, copyTransforms, getArm, getArmPose, getHead, getModelData, setArmAngle, setVisible
Methods inherited from class net.minecraft.client.model.Model
animate, animate, animate, animateWalking, getLayer, getPart, getParts, getRootPart, render, render, resetTransforms
-
Constructor Details
-
EndermanEntityModel
- 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/EndermanEntityModel;getTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;
intermediary method_31995
Lnet/minecraft/class_566;method_31995()Lnet/minecraft/class_5607;
official a
Lgbj;a()Lget;
-
setAngles
- Overrides:
setAngles
in classBipedEntityModel<T extends EndermanEntityRenderState>
- Mappings:
Namespace Name Mixin selector named setAngles
Lnet/minecraft/client/render/entity/model/EndermanEntityModel;setAngles(Lnet/minecraft/client/render/entity/state/EndermanEntityRenderState;)V
intermediary method_62085
Lnet/minecraft/class_566;method_62085(Lnet/minecraft/class_10016;)V
official a
Lgbj;a(Lgxt;)V
-