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 gdx
-
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static void
addLimbs
(ModelPartData data) 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
-
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
Lgdx;c()Lgfk;
-
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
Lgdx;a(Lgfo;)V
-
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
Lgdx;a(Lhah;)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
Lgaw;a(Lbvc;Lffv;)V
-