Class PlayerEntityModel<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.PlayerEntityModel<T>
- All Implemented Interfaces:
ModelWithArms
,ModelWithHead
- Direct Known Subclasses:
PiglinEntityModel
@Environment(CLIENT) public class PlayerEntityModel<T extends LivingEntity> extends BipedEntityModel<T>
- Mappings:
Namespace Name official ebs
intermediary net/minecraft/class_591
named net/minecraft/client/render/entity/model/PlayerEntityModel
-
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 private ModelPart
cloak
private ModelPart
ear
ModelPart
jacket
ModelPart
leftPants
ModelPart
leftSleeve
private List<ModelPart>
parts
All the parts.ModelPart
rightPants
ModelPart
rightSleeve
private boolean
thinArms
Fields inherited from class net.minecraft.client.render.entity.model.BipedEntityModel
body, 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
Constructors Constructor Description PlayerEntityModel(ModelPart root, boolean thinArms)
-
Method Summary
Modifier and Type Method Description protected Iterable<ModelPart>
getBodyParts()
ModelPart
getRandomPart(Random random)
static ModelData
getTexturedModelData(Dilation dilation, boolean slim)
void
renderCape(MatrixStack matrices, VertexConsumer vertices, int light, int overlay)
void
renderEars(MatrixStack matrices, VertexConsumer vertices, int light, int overlay)
void
setAngles(T t, float float2, float float3, float float4, float float5, float float6)
void
setArmAngle(Arm arm, MatrixStack matrices)
void
setVisible(boolean visible)
Methods inherited from class net.minecraft.client.render.entity.model.BipedEntityModel
animateArms, animateModel, getArm, getHead, getHeadParts, getModelData, lerpAngle, setAttributes
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
-
parts
All the parts. Used when picking a part to render stuck arrows.- Mappings:
Namespace Name Mixin selector official a
Lebs;a:Ljava/util/List;
intermediary field_27466
Lnet/minecraft/class_591;field_27466:Ljava/util/List;
named parts
Lnet/minecraft/client/render/entity/model/PlayerEntityModel;parts:Ljava/util/List;
-
leftSleeve
- Mappings:
Namespace Name Mixin selector official b
Lebs;b:Ledh;
intermediary field_3484
Lnet/minecraft/class_591;field_3484:Lnet/minecraft/class_630;
named leftSleeve
Lnet/minecraft/client/render/entity/model/PlayerEntityModel;leftSleeve:Lnet/minecraft/client/model/ModelPart;
-
rightSleeve
- Mappings:
Namespace Name Mixin selector official r
Lebs;r:Ledh;
intermediary field_3486
Lnet/minecraft/class_591;field_3486:Lnet/minecraft/class_630;
named rightSleeve
Lnet/minecraft/client/render/entity/model/PlayerEntityModel;rightSleeve:Lnet/minecraft/client/model/ModelPart;
-
leftPants
- Mappings:
Namespace Name Mixin selector official s
Lebs;s:Ledh;
intermediary field_3482
Lnet/minecraft/class_591;field_3482:Lnet/minecraft/class_630;
named leftPants
Lnet/minecraft/client/render/entity/model/PlayerEntityModel;leftPants:Lnet/minecraft/client/model/ModelPart;
-
rightPants
- Mappings:
Namespace Name Mixin selector official t
Lebs;t:Ledh;
intermediary field_3479
Lnet/minecraft/class_591;field_3479:Lnet/minecraft/class_630;
named rightPants
Lnet/minecraft/client/render/entity/model/PlayerEntityModel;rightPants:Lnet/minecraft/client/model/ModelPart;
-
jacket
- Mappings:
Namespace Name Mixin selector official u
Lebs;u:Ledh;
intermediary field_3483
Lnet/minecraft/class_591;field_3483:Lnet/minecraft/class_630;
named jacket
Lnet/minecraft/client/render/entity/model/PlayerEntityModel;jacket:Lnet/minecraft/client/model/ModelPart;
-
cloak
- Mappings:
Namespace Name Mixin selector official v
Lebs;v:Ledh;
intermediary field_3485
Lnet/minecraft/class_591;field_3485:Lnet/minecraft/class_630;
named cloak
Lnet/minecraft/client/render/entity/model/PlayerEntityModel;cloak:Lnet/minecraft/client/model/ModelPart;
-
ear
- Mappings:
Namespace Name Mixin selector official w
Lebs;w:Ledh;
intermediary field_3481
Lnet/minecraft/class_591;field_3481:Lnet/minecraft/class_630;
named ear
Lnet/minecraft/client/render/entity/model/PlayerEntityModel;ear:Lnet/minecraft/client/model/ModelPart;
-
thinArms
private final boolean thinArms- Mappings:
Namespace Name Mixin selector official x
Lebs;x:Z
intermediary field_3480
Lnet/minecraft/class_591;field_3480:Z
named thinArms
Lnet/minecraft/client/render/entity/model/PlayerEntityModel;thinArms:Z
-
-
Constructor Details
-
PlayerEntityModel
- Mappings:
Namespace Name Mixin selector official <init>
Lebs;<init>(Ledh;Z)V
intermediary <init>
Lnet/minecraft/class_591;<init>(Lnet/minecraft/class_630;Z)V
named <init>
Lnet/minecraft/client/render/entity/model/PlayerEntityModel;<init>(Lnet/minecraft/client/model/ModelPart;Z)V
-
-
Method Details
-
getTexturedModelData
- Mappings:
Namespace Name Mixin selector official a
Lebs;a(Ledl;Z)Ledp;
intermediary method_32028
Lnet/minecraft/class_591;method_32028(Lnet/minecraft/class_5605;Z)Lnet/minecraft/class_5609;
named getTexturedModelData
Lnet/minecraft/client/render/entity/model/PlayerEntityModel;getTexturedModelData(Lnet/minecraft/client/util/math/Dilation;Z)Lnet/minecraft/client/model/ModelData;
-
getBodyParts
- Overrides:
getBodyParts
in classBipedEntityModel<T extends LivingEntity>
- Mappings:
Namespace Name Mixin selector official b
Ldzt;b()Ljava/lang/Iterable;
intermediary method_22948
Lnet/minecraft/class_4592;method_22948()Ljava/lang/Iterable;
named getBodyParts
Lnet/minecraft/client/render/entity/model/AnimalModel;getBodyParts()Ljava/lang/Iterable;
-
renderEars
- Mappings:
Namespace Name Mixin selector official a
Lebs;a(Ldlr;Ldlv;II)V
intermediary method_2824
Lnet/minecraft/class_591;method_2824(Lnet/minecraft/class_4587;Lnet/minecraft/class_4588;II)V
named renderEars
Lnet/minecraft/client/render/entity/model/PlayerEntityModel;renderEars(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumer;II)V
-
renderCape
- Mappings:
Namespace Name Mixin selector official b
Lebs;b(Ldlr;Ldlv;II)V
intermediary method_2823
Lnet/minecraft/class_591;method_2823(Lnet/minecraft/class_4587;Lnet/minecraft/class_4588;II)V
named renderCape
Lnet/minecraft/client/render/entity/model/PlayerEntityModel;renderCape(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumer;II)V
-
setAngles
- Overrides:
setAngles
in classBipedEntityModel<T extends LivingEntity>
- Mappings:
Namespace Name Mixin selector official method_17087
Lebs;method_17087(Lari;FFFFF)V
intermediary method_17087
Lnet/minecraft/class_591;method_17087(Lnet/minecraft/class_1309;FFFFF)V
named setAngles
Lnet/minecraft/client/render/entity/model/PlayerEntityModel;setAngles(Lnet/minecraft/entity/LivingEntity;FFFFF)V
-
setVisible
public void setVisible(boolean visible)- Overrides:
setVisible
in classBipedEntityModel<T extends LivingEntity>
- Mappings:
Namespace Name Mixin selector official d_
Lebb;d_(Z)V
intermediary method_2805
Lnet/minecraft/class_572;method_2805(Z)V
named setVisible
Lnet/minecraft/client/render/entity/model/BipedEntityModel;setVisible(Z)V
-
setArmAngle
- Specified by:
setArmAngle
in interfaceModelWithArms
- Overrides:
setArmAngle
in classBipedEntityModel<T extends LivingEntity>
- Mappings:
Namespace Name Mixin selector official a
Ldzv;a(Lare;Ldlr;)V
intermediary method_2803
Lnet/minecraft/class_3881;method_2803(Lnet/minecraft/class_1306;Lnet/minecraft/class_4587;)V
named setArmAngle
Lnet/minecraft/client/render/entity/model/ModelWithArms;setArmAngle(Lnet/minecraft/util/Arm;Lnet/minecraft/client/util/math/MatrixStack;)V
-
getRandomPart
- Mappings:
Namespace Name Mixin selector official a
Lebs;a(Ljava/util/Random;)Ledh;
intermediary method_22697
Lnet/minecraft/class_591;method_22697(Ljava/util/Random;)Lnet/minecraft/class_630;
named getRandomPart
Lnet/minecraft/client/render/entity/model/PlayerEntityModel;getRandomPart(Ljava/util/Random;)Lnet/minecraft/client/model/ModelPart;
-