Class EndermanEntityModel<T extends LivingEntity>
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<T>
net.minecraft.client.render.entity.model.EndermanEntityModel<T>
- All Implemented Interfaces:
ModelWithArms
,ModelWithHead
@Environment(CLIENT)
public class EndermanEntityModel<T extends LivingEntity>
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 official fjv
intermediary net/minecraft/class_566
named net/minecraft/client/render/entity/model/EndermanEntityModel
-
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
body, field_32505, field_32506, field_39069, field_39070, field_42513, hat, head, leaningPitch, leftArm, leftArmPose, leftLeg, rightArm, rightArmPose, rightLeg, sneaking
Fields inherited from class net.minecraft.client.render.entity.model.EntityModel
child, handSwingProgress, riding
Fields inherited from class net.minecraft.client.model.Model
layerFactory
-
Constructor Summary
-
Method Summary
Methods inherited from class net.minecraft.client.render.entity.model.BipedEntityModel
animateArms, animateModel, copyBipedStateTo, getArm, getBodyParts, getHead, getHeadParts, getModelData, lerpAngle, setArmAngle, setVisible
Methods inherited from class net.minecraft.client.render.entity.model.AnimalModel
render
Methods inherited from class net.minecraft.client.render.entity.model.EntityModel
copyStateTo
-
Field Details
-
carryingBlock
public boolean carryingBlock- Mappings:
Namespace Name Mixin selector official a
Lfjv;a:Z
intermediary field_3371
Lnet/minecraft/class_566;field_3371:Z
named carryingBlock
Lnet/minecraft/client/render/entity/model/EndermanEntityModel;carryingBlock:Z
-
angry
public boolean angry- Mappings:
Namespace Name Mixin selector official b
Lfjv;b:Z
intermediary field_3370
Lnet/minecraft/class_566;field_3370:Z
named angry
Lnet/minecraft/client/render/entity/model/EndermanEntityModel;angry:Z
-
-
Constructor Details
-
EndermanEntityModel
- Mappings:
Namespace Name Mixin selector official <init>
Lfkk;<init>(Lfmx;)V
intermediary <init>
Lnet/minecraft/class_572;<init>(Lnet/minecraft/class_630;)V
named <init>
Lnet/minecraft/client/render/entity/model/BipedEntityModel;<init>(Lnet/minecraft/client/model/ModelPart;)V
-
-
Method Details
-
getTexturedModelData
- Mappings:
Namespace Name Mixin selector official c
Lfjv;c()Lfnd;
intermediary method_31995
Lnet/minecraft/class_566;method_31995()Lnet/minecraft/class_5607;
named getTexturedModelData
Lnet/minecraft/client/render/entity/model/EndermanEntityModel;getTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;
-
setAngles
- Overrides:
setAngles
in classBipedEntityModel<T extends LivingEntity>
- Mappings:
Namespace Name Mixin selector official method_17087
Lfjv;method_17087(Lbml;FFFFF)V
intermediary method_17087
Lnet/minecraft/class_566;method_17087(Lnet/minecraft/class_1309;FFFFF)V
named setAngles
Lnet/minecraft/client/render/entity/model/EndermanEntityModel;setAngles(Lnet/minecraft/entity/LivingEntity;FFFFF)V
-