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 - fbd- intermediary - net/minecraft/class_566- named - net/minecraft/client/render/entity/model/EndermanEntityModel
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.client.render.entity.model.BipedEntityModelBipedEntityModel.ArmPose
- 
Field SummaryFieldsFields inherited from class net.minecraft.client.render.entity.model.BipedEntityModelbody, field_32505, field_32506, field_39069, field_39070, field_42513, hat, head, leaningPitch, leftArm, leftArmPose, leftLeg, rightArm, rightArmPose, rightLeg, sneakingFields inherited from class net.minecraft.client.render.entity.model.EntityModelchild, handSwingProgress, ridingFields inherited from class net.minecraft.client.model.ModellayerFactory
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class net.minecraft.client.render.entity.model.BipedEntityModelanimateArms, animateModel, copyBipedStateTo, getArm, getBodyParts, getHead, getHeadParts, getModelData, lerpAngle, setArmAngle, setVisibleMethods inherited from class net.minecraft.client.render.entity.model.AnimalModelrenderMethods inherited from class net.minecraft.client.render.entity.model.EntityModelcopyStateTo
- 
Field Details- 
carryingBlockpublic boolean carryingBlock- Mappings:
- Namespace - Name - Mixin selector - official - a- Lfbd;a:Z- intermediary - field_3371- Lnet/minecraft/class_566;field_3371:Z- named - carryingBlock- Lnet/minecraft/client/render/entity/model/EndermanEntityModel;carryingBlock:Z
 
- 
angrypublic boolean angry- Mappings:
- Namespace - Name - Mixin selector - official - b- Lfbd;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>- Lfbs;<init>(Lfee;)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- Lfbd;c()Lfek;- 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:
- setAnglesin class- BipedEntityModel<T extends LivingEntity>
- Mappings:
- Namespace - Name - Mixin selector - official - method_17087- Lfbd;method_17087(Lbfz;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
 
 
-