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 fbn
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, field_32505, field_32506, field_39069, field_39070, field_42513, 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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
animateModel
(T t, float float2, float float3, float float4) static TexturedModelData
void
void
setArmAngle
(Arm arm, MatrixStack matrices) Methods inherited from class net.minecraft.client.render.entity.model.BipedEntityModel
animateArms, copyBipedStateTo, getArm, getBodyParts, getHead, getHeadParts, getModelData, lerpAngle, 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>
Lfaf;<init>(Lfcr;)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
Lfbn;c()Lfcx;
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
Lfbn;a(Lbfz;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
Lfbn;a(Lbfz;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
Leyt;a(Lbfr;Lehe;)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
-