Class GiantEntityModel
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.AbstractZombieModel<GiantEntity>
net.minecraft.client.render.entity.model.GiantEntityModel
- All Implemented Interfaces:
ModelWithArms
,ModelWithHead
@Environment(CLIENT) public class GiantEntityModel extends AbstractZombieModel<GiantEntity>
-
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 GiantEntityModel(ModelPart root)
-
Method Summary
Modifier and Type Method Description boolean
isAttacking(GiantEntity giantEntity)
Methods inherited from class net.minecraft.client.render.entity.model.AbstractZombieModel
setAngles
Methods inherited from class net.minecraft.client.render.entity.model.BipedEntityModel
animateArms, animateModel, getArm, getBodyParts, getHead, getHeadParts, getModelData, lerpAngle, setArmAngle, 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
-
GiantEntityModel
-
-
Method Details
-
isAttacking
- Specified by:
isAttacking
in classAbstractZombieModel<GiantEntity>
-