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>
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.render.entity.model.BipedEntityModel
BipedEntityModel.ArmPose -
Field Summary
Fields Modifier and Type Field Description booleanangrybooleancarryingBlockFields inherited from class net.minecraft.client.render.entity.model.BipedEntityModel
body, 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 Constructor Description EndermanEntityModel(ModelPart root) -
Method Summary
Modifier and Type Method Description static TexturedModelDatagetTexturedModelData()voidsetAngles(T t, float float2, float float3, float float4, float float5, float float6)Methods inherited from class net.minecraft.client.render.entity.model.BipedEntityModel
animateArms, animateModel, getArm, getBodyParts, getHead, getHeadParts, getModelData, lerpAngle, setArmAngle, setAttributes, 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 -
angry
public boolean angry
-
-
Constructor Details
-
EndermanEntityModel
-
-
Method Details
-
getTexturedModelData
-
setAngles
- Overrides:
setAnglesin classBipedEntityModel<T extends LivingEntity>
-