Class SkeletonEntityModel<S extends SkeletonEntityRenderState>
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.render.entity.model.EntityModel<S>
net.minecraft.client.render.entity.model.BipedEntityModel<S>
net.minecraft.client.render.entity.model.SkeletonEntityModel<S>
- All Implemented Interfaces:
ModelWithArms
,ModelWithHead
- Direct Known Subclasses:
BoggedEntityModel
@Environment(CLIENT)
public class SkeletonEntityModel<S extends SkeletonEntityRenderState>
extends BipedEntityModel<S>
- Mappings:
Namespace Name named net/minecraft/client/render/entity/model/SkeletonEntityModel
intermediary net/minecraft/class_606
official gdg
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.render.entity.model.BipedEntityModel
BipedEntityModel.ArmPose
Nested classes/interfaces inherited from class net.minecraft.client.model.Model
Model.SinglePartModel
-
Field Summary
Fields inherited from class net.minecraft.client.render.entity.model.BipedEntityModel
BABY_TRANSFORMER, body, field_32505, field_32506, field_39069, field_39070, field_42513, hat, head, leftArm, leftLeg, rightArm, rightLeg
Fields inherited from class net.minecraft.client.render.entity.model.EntityModel
field_52908
Fields inherited from class net.minecraft.client.model.Model
layerFactory, root
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected static void
addLimbs
(ModelPartData data) protected BipedEntityModel.ArmPose
getArmPose
(S s, Arm arm) static TexturedModelData
void
void
setArmAngle
(Arm arm, MatrixStack matrices) Methods inherited from class net.minecraft.client.render.entity.model.BipedEntityModel
animateArms, copyTransforms, getArm, getHead, getModelData, setVisible
Methods inherited from class net.minecraft.client.model.Model
animate, animate, animate, animateWalking, getLayer, getPart, getParts, getRootPart, render, render, resetTransforms
-
Constructor Details
-
SkeletonEntityModel
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/render/entity/model/EntityModel;<init>(Lnet/minecraft/client/model/ModelPart;)V
intermediary <init>
Lnet/minecraft/class_583;<init>(Lnet/minecraft/class_630;)V
official <init>
Lgbl;<init>(Lgen;)V
-
-
Method Details
-
getTexturedModelData
- Mappings:
Namespace Name Mixin selector named getTexturedModelData
Lnet/minecraft/client/render/entity/model/SkeletonEntityModel;getTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;
intermediary method_32047
Lnet/minecraft/class_606;method_32047()Lnet/minecraft/class_5607;
official c
Lgdg;c()Lget;
-
addLimbs
- Mappings:
Namespace Name Mixin selector named addLimbs
Lnet/minecraft/client/render/entity/model/SkeletonEntityModel;addLimbs(Lnet/minecraft/client/model/ModelPartData;)V
intermediary method_57794
Lnet/minecraft/class_606;method_57794(Lnet/minecraft/class_5610;)V
official a
Lgdg;a(Lgex;)V
-
getArmPose
- Overrides:
getArmPose
in classBipedEntityModel<S extends SkeletonEntityRenderState>
- Mappings:
Namespace Name Mixin selector named getArmPose
Lnet/minecraft/client/render/entity/model/SkeletonEntityModel;getArmPose(Lnet/minecraft/client/render/entity/state/SkeletonEntityRenderState;Lnet/minecraft/util/Arm;)Lnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;
intermediary method_62117
Lnet/minecraft/class_606;method_62117(Lnet/minecraft/class_10066;Lnet/minecraft/class_1306;)Lnet/minecraft/class_572$class_573;
official a
Lgdg;a(Lgzp;Lbvz;)Lgby$a;
-
setAngles
- Overrides:
setAngles
in classBipedEntityModel<S extends SkeletonEntityRenderState>
- Mappings:
Namespace Name Mixin selector named setAngles
Lnet/minecraft/client/render/entity/model/SkeletonEntityModel;setAngles(Lnet/minecraft/client/render/entity/state/SkeletonEntityRenderState;)V
intermediary method_19690
Lnet/minecraft/class_606;method_19690(Lnet/minecraft/class_10066;)V
official a
Lgdg;a(Lgzp;)V
-
setArmAngle
- Specified by:
setArmAngle
in interfaceModelWithArms
- Overrides:
setArmAngle
in classBipedEntityModel<S extends SkeletonEntityRenderState>
- Mappings:
Namespace Name Mixin selector named setArmAngle
Lnet/minecraft/client/render/entity/model/ModelWithArms;setArmAngle(Lnet/minecraft/util/Arm;Lnet/minecraft/client/util/math/MatrixStack;)V
intermediary method_2803
Lnet/minecraft/class_3881;method_2803(Lnet/minecraft/class_1306;Lnet/minecraft/class_4587;)V
official a
Lgah;a(Lbvz;Lfgr;)V
-