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>
-
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
-
-
Method Details
-
getTexturedModelData
-
animateModel
- Overrides:
animateModel
in classBipedEntityModel<T extends MobEntity & RangedAttackMob>
-
setAngles
- Overrides:
setAngles
in classBipedEntityModel<T extends MobEntity & RangedAttackMob>
-
setArmAngle
- Specified by:
setArmAngle
in interfaceModelWithArms
- Overrides:
setArmAngle
in classBipedEntityModel<T extends MobEntity & RangedAttackMob>
-