Class EndermanEntity

All Implemented Interfaces:
CommandSource, EntityCategoryProvider, Monster

public class EndermanEntity extends HostileEntity
Mappings:
Namespace Name
official vo
intermediary net/minecraft/class_970
named net/minecraft/entity/mob/EndermanEntity
  • Field Details

    • ATTACKING_SPEED_BOOST_UUID

      private static final UUID ATTACKING_SPEED_BOOST_UUID
      Mappings:
      Namespace Name Mixin selector
      official a Lvo;a:Ljava/util/UUID;
      intermediary field_6911 Lnet/minecraft/class_970;field_6911:Ljava/util/UUID;
      named ATTACKING_SPEED_BOOST_UUID Lnet/minecraft/entity/mob/EndermanEntity;ATTACKING_SPEED_BOOST_UUID:Ljava/util/UUID;
    • endermanAttributeModifier

      private static final AttributeModifier endermanAttributeModifier
      Mappings:
      Namespace Name Mixin selector
      official b Lvo;b:Lqd;
      intermediary field_6912 Lnet/minecraft/class_970;field_6912:Lnet/minecraft/class_1704;
      named endermanAttributeModifier Lnet/minecraft/entity/mob/EndermanEntity;endermanAttributeModifier:Lnet/minecraft/entity/attribute/AttributeModifier;
    • HOLDABLES

      private static final Set<Block> HOLDABLES
      Mappings:
      Namespace Name Mixin selector
      official c Lvo;c:Ljava/util/Set;
      intermediary field_12054 Lnet/minecraft/class_970;field_12054:Ljava/util/Set;
      named HOLDABLES Lnet/minecraft/entity/mob/EndermanEntity;HOLDABLES:Ljava/util/Set;
    • field_6155

      private boolean field_6155
      Mappings:
      Namespace Name Mixin selector
      official bm Lvo;bm:Z
      intermediary field_6155 Lnet/minecraft/class_970;field_6155:Z
      named field_6155 Lnet/minecraft/entity/mob/EndermanEntity;field_6155:Z
  • Constructor Details

    • EndermanEntity

      public EndermanEntity(World world)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lpk;<init>(Ladm;)V
      intermediary <init> Lnet/minecraft/class_864;<init>(Lnet/minecraft/class_1150;)V
      named <init> Lnet/minecraft/entity/Entity;<init>(Lnet/minecraft/world/World;)V
  • Method Details

    • initializeAttributes

      protected void initializeAttributes()
      Overrides:
      initializeAttributes in class HostileEntity
      Mappings:
      Namespace Name Mixin selector
      official aX Lpr;aX()V
      intermediary method_6129 Lnet/minecraft/class_1699;method_6129()V
      named initializeAttributes Lnet/minecraft/entity/LivingEntity;initializeAttributes()V
    • initDataTracker

      protected void initDataTracker()
      Overrides:
      initDataTracker in class MobEntity
      Mappings:
      Namespace Name Mixin selector
      official h Lpk;h()V
      intermediary method_2484 Lnet/minecraft/class_864;method_2484()V
      named initDataTracker Lnet/minecraft/entity/Entity;initDataTracker()V
    • writeCustomDataToNbt

      public void writeCustomDataToNbt(NbtCompound nbt)
      Overrides:
      writeCustomDataToNbt in class MobEntity
      Mappings:
      Namespace Name Mixin selector
      official b Lpk;b(Ldn;)V
      intermediary method_2528 Lnet/minecraft/class_864;method_2528(Lnet/minecraft/class_322;)V
      named writeCustomDataToNbt Lnet/minecraft/entity/Entity;writeCustomDataToNbt(Lnet/minecraft/nbt/NbtCompound;)V
    • readCustomDataFromNbt

      public void readCustomDataFromNbt(NbtCompound nbt)
      Overrides:
      readCustomDataFromNbt in class MobEntity
      Mappings:
      Namespace Name Mixin selector
      official a Lpk;a(Ldn;)V
      intermediary method_2498 Lnet/minecraft/class_864;method_2498(Lnet/minecraft/class_322;)V
      named readCustomDataFromNbt Lnet/minecraft/entity/Entity;readCustomDataFromNbt(Lnet/minecraft/nbt/NbtCompound;)V
    • isPlayerStaring

      private boolean isPlayerStaring(PlayerEntity player)
      Mappings:
      Namespace Name Mixin selector
      official c Lvo;c(Lwn;)Z
      intermediary method_3079 Lnet/minecraft/class_970;method_3079(Lnet/minecraft/class_988;)Z
      named isPlayerStaring Lnet/minecraft/entity/mob/EndermanEntity;isPlayerStaring(Lnet/minecraft/entity/player/PlayerEntity;)Z
    • getEyeHeight

      public float getEyeHeight()
      Overrides:
      getEyeHeight in class Entity
      Mappings:
      Namespace Name Mixin selector
      official aS Lpk;aS()F
      intermediary method_2544 Lnet/minecraft/class_864;method_2544()F
      named getEyeHeight Lnet/minecraft/entity/Entity;getEyeHeight()F
    • tickMovement

      public void tickMovement()
      Overrides:
      tickMovement in class HostileEntity
      Mappings:
      Namespace Name Mixin selector
      official m Lpr;m()V
      intermediary method_2651 Lnet/minecraft/class_1699;method_2651()V
      named tickMovement Lnet/minecraft/entity/LivingEntity;tickMovement()V
    • mobTick

      protected void mobTick()
      Overrides:
      mobTick in class MobEntity
      Mappings:
      Namespace Name Mixin selector
      official E Lps;E()V
      intermediary method_2633 Lnet/minecraft/class_871;method_2633()V
      named mobTick Lnet/minecraft/entity/mob/MobEntity;mobTick()V
    • teleportRandomly

      protected boolean teleportRandomly()
      Mappings:
      Namespace Name Mixin selector
      official n Lvo;n()Z
      intermediary method_3082 Lnet/minecraft/class_970;method_3082()Z
      named teleportRandomly Lnet/minecraft/entity/mob/EndermanEntity;teleportRandomly()Z
    • teleportTo

      protected boolean teleportTo(Entity entity)
      Mappings:
      Namespace Name Mixin selector
      official b Lvo;b(Lpk;)Z
      intermediary method_3078 Lnet/minecraft/class_970;method_3078(Lnet/minecraft/class_864;)Z
      named teleportTo Lnet/minecraft/entity/mob/EndermanEntity;teleportTo(Lnet/minecraft/entity/Entity;)Z
    • teleportTo

      protected boolean teleportTo(double x, double y, double z)
      Mappings:
      Namespace Name Mixin selector
      official k Lvo;k(DDD)Z
      intermediary method_3081 Lnet/minecraft/class_970;method_3081(DDD)Z
      named teleportTo Lnet/minecraft/entity/mob/EndermanEntity;teleportTo(DDD)Z
    • getAmbientSound

      protected String getAmbientSound()
      Overrides:
      getAmbientSound in class MobEntity
      Mappings:
      Namespace Name Mixin selector
      official z Lps;z()Ljava/lang/String;
      intermediary method_2603 Lnet/minecraft/class_871;method_2603()Ljava/lang/String;
      named getAmbientSound Lnet/minecraft/entity/mob/MobEntity;getAmbientSound()Ljava/lang/String;
    • getHurtSound

      protected String getHurtSound()
      Overrides:
      getHurtSound in class HostileEntity
      Mappings:
      Namespace Name Mixin selector
      official bo Lpr;bo()Ljava/lang/String;
      intermediary method_2604 Lnet/minecraft/class_1699;method_2604()Ljava/lang/String;
      named getHurtSound Lnet/minecraft/entity/LivingEntity;getHurtSound()Ljava/lang/String;
    • getDeathSound

      protected String getDeathSound()
      Overrides:
      getDeathSound in class HostileEntity
      Mappings:
      Namespace Name Mixin selector
      official bp Lpr;bp()Ljava/lang/String;
      intermediary method_2605 Lnet/minecraft/class_1699;method_2605()Ljava/lang/String;
      named getDeathSound Lnet/minecraft/entity/LivingEntity;getDeathSound()Ljava/lang/String;
    • getDefaultDrop

      protected Item getDefaultDrop()
      Overrides:
      getDefaultDrop in class MobEntity
      Mappings:
      Namespace Name Mixin selector
      official A Lps;A()Lzw;
      intermediary method_8375 Lnet/minecraft/class_871;method_8375()Lnet/minecraft/class_1069;
      named getDefaultDrop Lnet/minecraft/entity/mob/MobEntity;getDefaultDrop()Lnet/minecraft/item/Item;
    • dropLoot

      protected void dropLoot(boolean allowDrops, int lootingMultiplier)
      Overrides:
      dropLoot in class MobEntity
      Mappings:
      Namespace Name Mixin selector
      official b Lpr;b(ZI)V
      intermediary method_2587 Lnet/minecraft/class_1699;method_2587(ZI)V
      named dropLoot Lnet/minecraft/entity/LivingEntity;dropLoot(ZI)V
    • setCarriedBlock

      public void setCarriedBlock(BlockState block)
      Mappings:
      Namespace Name Mixin selector
      official a Lvo;a(Lalz;)V
      intermediary method_11176 Lnet/minecraft/class_970;method_11176(Lnet/minecraft/class_2232;)V
      named setCarriedBlock Lnet/minecraft/entity/mob/EndermanEntity;setCarriedBlock(Lnet/minecraft/block/BlockState;)V
    • getCarriedBlock

      public BlockState getCarriedBlock()
      Mappings:
      Namespace Name Mixin selector
      official cm Lvo;cm()Lalz;
      intermediary method_11179 Lnet/minecraft/class_970;method_11179()Lnet/minecraft/class_2232;
      named getCarriedBlock Lnet/minecraft/entity/mob/EndermanEntity;getCarriedBlock()Lnet/minecraft/block/BlockState;
    • damage

      public boolean damage(DamageSource source, float amount)
      Overrides:
      damage in class HostileEntity
      Mappings:
      Namespace Name Mixin selector
      official a Lpk;a(Low;F)Z
      intermediary method_2499 Lnet/minecraft/class_864;method_2499(Lnet/minecraft/class_856;F)Z
      named damage Lnet/minecraft/entity/Entity;damage(Lnet/minecraft/entity/damage/DamageSource;F)Z
    • isAngry

      public boolean isAngry()
      Mappings:
      Namespace Name Mixin selector
      official co Lvo;co()Z
      intermediary method_3085 Lnet/minecraft/class_970;method_3085()Z
      named isAngry Lnet/minecraft/entity/mob/EndermanEntity;isAngry()Z
    • method_3080

      public void method_3080(boolean bool)
      Mappings:
      Namespace Name Mixin selector
      official a Lvo;a(Z)V
      intermediary method_3080 Lnet/minecraft/class_970;method_3080(Z)V
      named method_3080 Lnet/minecraft/entity/mob/EndermanEntity;method_3080(Z)V