Class MonsterEntity

All Implemented Interfaces:
class_582, Monster
Direct Known Subclasses:
CreeperEntity, GiantEntity, SkeletonEntity, SpiderEntity, ZombieEntity

public class MonsterEntity extends MobEntity implements Monster
Mappings:
Namespace Name
intermediary net/minecraft/class_146
glue class_176
server ep
client gz
named net/minecraft/entity/mob/MonsterEntity
  • Field Details

    • attackDamage

      protected int attackDamage
      Mappings:
      Namespace Name Mixin selector
      intermediary field_547 Lnet/minecraft/class_146;field_547:I
      glue field_754 Lclass_176;field_754:I
      server c Lep;c:I
      client c Lgz;c:I
      named attackDamage Lnet/minecraft/entity/mob/MonsterEntity;attackDamage:I
  • Constructor Details

    • MonsterEntity

      public MonsterEntity(World world)
      Mappings:
      Namespace Name Mixin selector
      intermediary <init> Lnet/minecraft/class_57;<init>(Lnet/minecraft/class_18;)V
      glue <init> Lclass_450;<init>(Lclass_129;)V
      server <init> Llq;<init>(Ldj;)V
      client <init> Lsn;<init>(Lfd;)V
      named <init> Lnet/minecraft/entity/Entity;<init>(Lnet/minecraft/world/World;)V
  • Method Details

    • tickMovement

      public void tickMovement()
      Overrides:
      tickMovement in class LivingEntity
      Mappings:
      Namespace Name Mixin selector
      intermediary method_937 Lnet/minecraft/class_127;method_937()V
      glue method_442 Lclass_283;method_442()V
      server v Lhl;v()V
      client o Lls;o()V
      named tickMovement Lnet/minecraft/entity/LivingEntity;tickMovement()V
    • tick

      public void tick()
      Overrides:
      tick in class LivingEntity
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1370 Lnet/minecraft/class_57;method_1370()V
      glue method_29 Lclass_450;method_29()V
      server m_ Llq;m_()V
      client w_ Lsn;w_()V
      named tick Lnet/minecraft/entity/Entity;tick()V
    • getTargetInRange

      protected Entity getTargetInRange()
      Overrides:
      getTargetInRange in class MobEntity
      Mappings:
      Namespace Name Mixin selector
      intermediary method_638 Lnet/minecraft/class_188;method_638()Lnet/minecraft/class_57;
      glue method_196 Lclass_212;method_196()Lclass_450;
      server o Lfp;o()Llq;
      client g_ Lii;g_()Lsn;
      named getTargetInRange Lnet/minecraft/entity/MobEntity;getTargetInRange()Lnet/minecraft/entity/Entity;
    • damage

      public boolean damage(Entity damageSource, int amount)
      Overrides:
      damage in class LivingEntity
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1355 Lnet/minecraft/class_57;method_1355(Lnet/minecraft/class_57;I)Z
      glue method_178 Lclass_450;method_178(Lclass_450;I)Z
      server a Llq;a(Llq;I)Z
      client a Lsn;a(Lsn;I)Z
      named damage Lnet/minecraft/entity/Entity;damage(Lnet/minecraft/entity/Entity;I)Z
    • attack

      protected void attack(Entity other, float distance)
      Overrides:
      attack in class MobEntity
      Mappings:
      Namespace Name Mixin selector
      intermediary method_637 Lnet/minecraft/class_188;method_637(Lnet/minecraft/class_57;F)V
      glue method_193 Lclass_212;method_193(Lclass_450;F)V
      server a Lfp;a(Llq;F)V
      client a Lii;a(Lsn;F)V
      named attack Lnet/minecraft/entity/MobEntity;attack(Lnet/minecraft/entity/Entity;F)V
    • method_641

      protected float method_641(int int2, int int3, int int4)
      Overrides:
      method_641 in class MobEntity
      Mappings:
      Namespace Name Mixin selector
      intermediary method_641 Lnet/minecraft/class_188;method_641(III)F
      glue method_91 Lclass_212;method_91(III)F
      server a Lfp;a(III)F
      client a Lii;a(III)F
      named method_641 Lnet/minecraft/entity/MobEntity;method_641(III)F
    • writeNbt

      public void writeNbt(NbtCompound nbt)
      Overrides:
      writeNbt in class LivingEntity
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1368 Lnet/minecraft/class_57;method_1368(Lnet/minecraft/class_8;)V
      glue method_24 Lclass_450;method_24(Lclass_333;)V
      server b Llq;b(Liq;)V
      client b Lsn;b(Lnu;)V
      named writeNbt Lnet/minecraft/entity/Entity;writeNbt(Lnet/minecraft/nbt/NbtCompound;)V
    • readNbt

      public void readNbt(NbtCompound nbt)
      Overrides:
      readNbt in class LivingEntity
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1363 Lnet/minecraft/class_57;method_1363(Lnet/minecraft/class_8;)V
      glue method_23 Lclass_450;method_23(Lclass_333;)V
      server a Llq;a(Liq;)V
      client a Lsn;a(Lnu;)V
      named readNbt Lnet/minecraft/entity/Entity;readNbt(Lnet/minecraft/nbt/NbtCompound;)V
    • canSpawn

      public boolean canSpawn()
      Overrides:
      canSpawn in class MobEntity
      Mappings:
      Namespace Name Mixin selector
      intermediary method_935 Lnet/minecraft/class_127;method_935()Z
      glue method_26 Lclass_283;method_26()Z
      server d Lhl;d()Z
      client d Lls;d()Z
      named canSpawn Lnet/minecraft/entity/LivingEntity;canSpawn()Z