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
Represents the model of a GiantEntity.
Inherits the model of AbstractZombieModel
.
- Mappings:
Namespace Name official fkc
intermediary net/minecraft/class_3969
named net/minecraft/client/render/entity/model/GiantEntityModel
-
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
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, copyBipedStateTo, getArm, getBodyParts, getHead, getHeadParts, getModelData, lerpAngle, setArmAngle, 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
- Mappings:
Namespace Name Mixin selector official <init>
Lfkk;<init>(Lfmx;)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
-
isAttacking
- Specified by:
isAttacking
in classAbstractZombieModel<GiantEntity>
- Mappings:
Namespace Name Mixin selector official a
Lfkc;a(Lcck;)Z
intermediary method_17792
Lnet/minecraft/class_3969;method_17792(Lnet/minecraft/class_1570;)Z
named isAttacking
Lnet/minecraft/client/render/entity/model/GiantEntityModel;isAttacking(Lnet/minecraft/entity/mob/GiantEntity;)Z
-