Class SkeletonEntityModel<T extends MobEntity & RangedAttackMob>
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.SkeletonEntityModel<T>
- All Implemented Interfaces:
ModelWithArms
,ModelWithHead
@Environment(CLIENT) public class SkeletonEntityModel<T extends MobEntity & RangedAttackMob> extends BipedEntityModel<T>
- Mappings:
Namespace Name official ech
intermediary net/minecraft/class_606
named net/minecraft/client/render/entity/model/SkeletonEntityModel
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.render.entity.model.BipedEntityModel
BipedEntityModel.ArmPose
-
Field Summary
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 SkeletonEntityModel(ModelPart root)
-
Method Summary
Modifier and Type Method Description void
animateModel(T t, float float2, float float3, float float4)
static TexturedModelData
getTexturedModelData()
void
setAngles(T t, float float2, float float3, float float4, float float5, float float6)
void
setArmAngle(Arm arm, MatrixStack matrices)
Methods inherited from class net.minecraft.client.render.entity.model.BipedEntityModel
animateArms, getArm, getBodyParts, getHead, getHeadParts, getModelData, lerpAngle, setAttributes, setVisible
Methods inherited from class net.minecraft.client.render.entity.model.AnimalModel
render
Methods inherited from class net.minecraft.client.render.entity.model.EntityModel
copyStateTo
-
Constructor Details
-
SkeletonEntityModel
- Mappings:
Namespace Name Mixin selector official <init>
Lebb;<init>(Ledh;)V
intermediary <init>
Lnet/minecraft/class_572;<init>(Lnet/minecraft/class_630;)V
named <init>
Lnet/minecraft/client/render/entity/model/BipedEntityModel;<init>(Lnet/minecraft/client/model/ModelPart;)V
-
-
Method Details
-
getTexturedModelData
- Mappings:
Namespace Name Mixin selector official c
Lech;c()Ledn;
intermediary method_32047
Lnet/minecraft/class_606;method_32047()Lnet/minecraft/class_5607;
named getTexturedModelData
Lnet/minecraft/client/render/entity/model/SkeletonEntityModel;getTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;
-
animateModel
- Overrides:
animateModel
in classBipedEntityModel<T extends MobEntity & RangedAttackMob>
- Mappings:
Namespace Name Mixin selector official a
Lech;a(Larj;FFF)V
intermediary method_19689
Lnet/minecraft/class_606;method_19689(Lnet/minecraft/class_1308;FFF)V
named animateModel
Lnet/minecraft/client/render/entity/model/SkeletonEntityModel;animateModel(Lnet/minecraft/entity/mob/MobEntity;FFF)V
-
setAngles
- Overrides:
setAngles
in classBipedEntityModel<T extends MobEntity & RangedAttackMob>
- Mappings:
Namespace Name Mixin selector official a
Lech;a(Larj;FFFFF)V
intermediary method_19690
Lnet/minecraft/class_606;method_19690(Lnet/minecraft/class_1308;FFFFF)V
named setAngles
Lnet/minecraft/client/render/entity/model/SkeletonEntityModel;setAngles(Lnet/minecraft/entity/mob/MobEntity;FFFFF)V
-
setArmAngle
- Specified by:
setArmAngle
in interfaceModelWithArms
- Overrides:
setArmAngle
in classBipedEntityModel<T extends MobEntity & RangedAttackMob>
- 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
-