Class DrownedEntityModel<T extends ZombieEntity>
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<T>
net.minecraft.client.render.entity.model.ZombieEntityModel<T>
net.minecraft.client.render.entity.model.DrownedEntityModel<T>
- All Implemented Interfaces:
ModelWithArms,ModelWithHead
@Environment(CLIENT) public class DrownedEntityModel<T extends ZombieEntity> extends ZombieEntityModel<T>
- Mappings:
Namespace Name official eanintermediary net/minecraft/class_564named net/minecraft/client/render/entity/model/DrownedEntityModel
-
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, sneakingFields inherited from class net.minecraft.client.render.entity.model.EntityModel
child, handSwingProgress, ridingFields inherited from class net.minecraft.client.model.Model
layerFactory -
Constructor Summary
Constructors Constructor Description DrownedEntityModel(ModelPart root) -
Method Summary
Modifier and Type Method Description voidanimateModel(T t, float float2, float float3, float float4)static TexturedModelDatagetTexturedModelData(Dilation dilation)voidsetAngles(T t, float float2, float float3, float float4, float float5, float float6)Methods inherited from class net.minecraft.client.render.entity.model.ZombieEntityModel
isAttackingMethods inherited from class net.minecraft.client.render.entity.model.BipedEntityModel
animateArms, getArm, getBodyParts, getHead, getHeadParts, getModelData, lerpAngle, setArmAngle, setAttributes, setVisibleMethods inherited from class net.minecraft.client.render.entity.model.AnimalModel
renderMethods inherited from class net.minecraft.client.render.entity.model.EntityModel
copyStateTo
-
Constructor Details
-
DrownedEntityModel
- Mappings:
Namespace Name Mixin selector official <init>Lebb;<init>(Ledh;)Vintermediary <init>Lnet/minecraft/class_572;<init>(Lnet/minecraft/class_630;)Vnamed <init>Lnet/minecraft/client/render/entity/model/BipedEntityModel;<init>(Lnet/minecraft/client/model/ModelPart;)V
-
-
Method Details
-
getTexturedModelData
- Mappings:
Namespace Name Mixin selector official aLean;a(Ledl;)Ledn;intermediary method_31993Lnet/minecraft/class_564;method_31993(Lnet/minecraft/class_5605;)Lnet/minecraft/class_5607;named getTexturedModelDataLnet/minecraft/client/render/entity/model/DrownedEntityModel;getTexturedModelData(Lnet/minecraft/client/util/math/Dilation;)Lnet/minecraft/client/model/TexturedModelData;
-
animateModel
- Overrides:
animateModelin classBipedEntityModel<T extends ZombieEntity>- Mappings:
Namespace Name Mixin selector official aLean;a(Lbfy;FFF)Vintermediary method_17077Lnet/minecraft/class_564;method_17077(Lnet/minecraft/class_1642;FFF)Vnamed animateModelLnet/minecraft/client/render/entity/model/DrownedEntityModel;animateModel(Lnet/minecraft/entity/mob/ZombieEntity;FFF)V
-
setAngles
- Overrides:
setAnglesin classAbstractZombieModel<T extends ZombieEntity>- Mappings:
Namespace Name Mixin selector official aLean;a(Lbfy;FFFFF)Vintermediary method_17134Lnet/minecraft/class_564;method_17134(Lnet/minecraft/class_1642;FFFFF)Vnamed setAnglesLnet/minecraft/client/render/entity/model/DrownedEntityModel;setAngles(Lnet/minecraft/entity/mob/ZombieEntity;FFFFF)V
-