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 fbdintermediary net/minecraft/class_566named 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
FieldsFields 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, sneakingFields inherited from class net.minecraft.client.render.entity.model.EntityModel
child, handSwingProgress, ridingFields inherited from class net.minecraft.client.model.Model
layerFactory - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class net.minecraft.client.render.entity.model.BipedEntityModel
animateArms, animateModel, copyBipedStateTo, getArm, getBodyParts, getHead, getHeadParts, getModelData, lerpAngle, setArmAngle, setVisibleMethods inherited from class net.minecraft.client.render.entity.model.AnimalModel
renderMethods inherited from class net.minecraft.client.render.entity.model.EntityModel
copyStateTo 
- 
Field Details
- 
carryingBlock
public boolean carryingBlock- Mappings:
 Namespace Name Mixin selector official aLfbd;a:Zintermediary field_3371Lnet/minecraft/class_566;field_3371:Znamed carryingBlockLnet/minecraft/client/render/entity/model/EndermanEntityModel;carryingBlock:Z
 - 
angry
public boolean angry- Mappings:
 Namespace Name Mixin selector official bLfbd;b:Zintermediary field_3370Lnet/minecraft/class_566;field_3370:Znamed angryLnet/minecraft/client/render/entity/model/EndermanEntityModel;angry:Z
 
 - 
 - 
Constructor Details
- 
EndermanEntityModel
- Mappings:
 Namespace Name Mixin selector official <init>Lfbs;<init>(Lfee;)Vintermediary <init>Lnet/minecraft/class_572;<init>(Lnet/minecraft/class_630;)Vnamed <init>Lnet/minecraft/client/render/entity/model/BipedEntityModel;<init>(Lnet/minecraft/client/model/ModelPart;)V
 
 - 
 - 
Method Details
- 
getTexturedModelData
- Mappings:
 Namespace Name Mixin selector official cLfbd;c()Lfek;intermediary method_31995Lnet/minecraft/class_566;method_31995()Lnet/minecraft/class_5607;named getTexturedModelDataLnet/minecraft/client/render/entity/model/EndermanEntityModel;getTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;
 - 
setAngles
- Overrides:
 setAnglesin classBipedEntityModel<T extends LivingEntity>- Mappings:
 Namespace Name Mixin selector official method_17087Lfbd;method_17087(Lbfz;FFFFF)Vintermediary method_17087Lnet/minecraft/class_566;method_17087(Lnet/minecraft/class_1309;FFFFF)Vnamed setAnglesLnet/minecraft/client/render/entity/model/EndermanEntityModel;setAngles(Lnet/minecraft/entity/LivingEntity;FFFFF)V
 
 -