Class IllusionIllagerEntity

All Implemented Interfaces:
class_3893, RangedAttackMob, EntityCategoryProvider, Monster, Nameable

public class IllusionIllagerEntity extends class_3168 implements RangedAttackMob
Mappings:
Namespace Name
official ane
intermediary net/minecraft/class_3165
named net/minecraft/entity/IllusionIllagerEntity
  • Field Details

    • field_15599

      private int field_15599
      Mappings:
      Namespace Name Mixin selector
      official c Lane;c:I
      intermediary field_15599 Lnet/minecraft/class_3165;field_15599:I
      named field_15599 Lnet/minecraft/entity/IllusionIllagerEntity;field_15599:I
    • field_15598

      private final Vec3d[][] field_15598
      Mappings:
      Namespace Name Mixin selector
      official bC Lane;bC:[[Lcee;
      intermediary field_15598 Lnet/minecraft/class_3165;field_15598:[[Lnet/minecraft/class_236;
      named field_15598 Lnet/minecraft/entity/IllusionIllagerEntity;field_15598:[[Lnet/minecraft/util/math/Vec3d;
  • Constructor Details

    • IllusionIllagerEntity

      public IllusionIllagerEntity(World world)
      Mappings:
      Namespace Name Mixin selector
      official <init> Laer;<init>(Laxy;)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

    • initGoals

      protected void initGoals()
      Overrides:
      initGoals in class MobEntity
      Mappings:
      Namespace Name Mixin selector
      official n Lafb;n()V
      intermediary method_13087 Lnet/minecraft/class_871;method_13087()V
      named initGoals Lnet/minecraft/entity/mob/MobEntity;initGoals()V
    • initializeAttributes

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

      public EntityData initialize(LocalDifficulty difficulty, @Nullable EntityData entityData, @Nullable NbtCompound nbt)
      Overrides:
      initialize in class MobEntity
      Mappings:
      Namespace Name Mixin selector
      official a Lafb;a(Ladj;Lafj;Lgy;)Lafj;
      intermediary method_6156 Lnet/minecraft/class_871;method_6156(Lnet/minecraft/class_2607;Lnet/minecraft/class_1700;Lnet/minecraft/class_322;)Lnet/minecraft/class_1700;
      named initialize Lnet/minecraft/entity/mob/MobEntity;initialize(Lnet/minecraft/world/LocalDifficulty;Lnet/minecraft/entity/EntityData;Lnet/minecraft/nbt/NbtCompound;)Lnet/minecraft/entity/EntityData;
    • initDataTracker

      protected void initDataTracker()
      Overrides:
      initDataTracker in class class_3168
      Mappings:
      Namespace Name Mixin selector
      official x_ Laer;x_()V
      intermediary method_2484 Lnet/minecraft/class_864;method_2484()V
      named initDataTracker Lnet/minecraft/entity/Entity;initDataTracker()V
    • getLootTableId

      protected Identifier getLootTableId()
      Overrides:
      getLootTableId in class MobEntity
      Mappings:
      Namespace Name Mixin selector
      official G Lafb;G()Lpc;
      intermediary method_13074 Lnet/minecraft/class_871;method_13074()Lnet/minecraft/class_1653;
      named getLootTableId Lnet/minecraft/entity/mob/MobEntity;getLootTableId()Lnet/minecraft/util/Identifier;
    • getVisibilityBoundingBox

      @Environment(CLIENT) public Box getVisibilityBoundingBox()
      Overrides:
      getVisibilityBoundingBox in class Entity
      Mappings:
      Namespace Name Mixin selector
      official bE Laer;bE()Lcea;
      intermediary method_12996 Lnet/minecraft/class_864;method_12996()Lnet/minecraft/class_231;
      named getVisibilityBoundingBox Lnet/minecraft/entity/Entity;getVisibilityBoundingBox()Lnet/minecraft/util/math/Box;
    • tickMovement

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

      @Environment(CLIENT) public Vec3d[] method_14126(float float2)
      Mappings:
      Namespace Name Mixin selector
      official a Lane;a(F)[Lcee;
      intermediary method_14126 Lnet/minecraft/class_3165;method_14126(F)[Lnet/minecraft/class_236;
      named method_14126 Lnet/minecraft/entity/IllusionIllagerEntity;method_14126(F)[Lnet/minecraft/util/math/Vec3d;
    • isTeammate

      public boolean isTeammate(Entity other)
      Overrides:
      isTeammate in class Entity
      Mappings:
      Namespace Name Mixin selector
      official r Laer;r(Laer;)Z
      intermediary method_13017 Lnet/minecraft/class_864;method_13017(Lnet/minecraft/class_864;)Z
      named isTeammate Lnet/minecraft/entity/Entity;isTeammate(Lnet/minecraft/entity/Entity;)Z
    • ambientSound

      protected SoundEvent ambientSound()
      Overrides:
      ambientSound in class MobEntity
      Mappings:
      Namespace Name Mixin selector
      official D Lafb;D()Lwi;
      intermediary method_2603 Lnet/minecraft/class_871;method_2603()Lnet/minecraft/class_2926;
      named ambientSound Lnet/minecraft/entity/mob/MobEntity;ambientSound()Lnet/minecraft/client/sound/SoundEvent;
    • deathSound

      protected SoundEvent deathSound()
      Overrides:
      deathSound in class HostileEntity
      Mappings:
      Namespace Name Mixin selector
      official cs Lafa;cs()Lwi;
      intermediary method_13049 Lnet/minecraft/class_1699;method_13049()Lnet/minecraft/class_2926;
      named deathSound Lnet/minecraft/entity/LivingEntity;deathSound()Lnet/minecraft/client/sound/SoundEvent;
    • getHurtSound

      protected SoundEvent getHurtSound(DamageSource damageSource)
      Overrides:
      getHurtSound in class HostileEntity
      Mappings:
      Namespace Name Mixin selector
      official d Lafa;d(Laea;)Lwi;
      intermediary method_15060 Lnet/minecraft/class_1699;method_15060(Lnet/minecraft/class_856;)Lnet/minecraft/class_2926;
      named getHurtSound Lnet/minecraft/entity/LivingEntity;getHurtSound(Lnet/minecraft/entity/damage/DamageSource;)Lnet/minecraft/client/sound/SoundEvent;
    • method_14132

      protected SoundEvent method_14132()
      Specified by:
      method_14132 in class class_3168
      Mappings:
      Namespace Name Mixin selector
      official dz Lanp;dz()Lwi;
      intermediary method_14132 Lnet/minecraft/class_3168;method_14132()Lnet/minecraft/class_2926;
      named method_14132 Lnet/minecraft/class_3168;method_14132()Lnet/minecraft/client/sound/SoundEvent;
    • rangedAttack

      public void rangedAttack(LivingEntity target, float pullProgress)
      Specified by:
      rangedAttack in interface RangedAttackMob
      Mappings:
      Namespace Name Mixin selector
      official a Lanj;a(Lafa;F)V
      intermediary method_4552 Lnet/minecraft/class_1413;method_4552(Lnet/minecraft/class_1699;F)V
      named rangedAttack Lnet/minecraft/entity/ai/RangedAttackMob;rangedAttack(Lnet/minecraft/entity/LivingEntity;F)V
    • method_14128

      protected AbstractArrowEntity method_14128(float float2)
      Mappings:
      Namespace Name Mixin selector
      official v Lane;v(F)Laok;
      intermediary method_14128 Lnet/minecraft/class_3165;method_14128(F)Lnet/minecraft/class_990;
      named method_14128 Lnet/minecraft/entity/IllusionIllagerEntity;method_14128(F)Lnet/minecraft/entity/projectile/AbstractArrowEntity;
    • method_14127

      @Environment(CLIENT) public boolean method_14127()
      Mappings:
      Namespace Name Mixin selector
      official dy Lane;dy()Z
      intermediary method_14127 Lnet/minecraft/class_3165;method_14127()Z
      named method_14127 Lnet/minecraft/entity/IllusionIllagerEntity;method_14127()Z
    • method_13246

      public void method_13246(boolean bool)
      Specified by:
      method_13246 in interface RangedAttackMob
      Mappings:
      Namespace Name Mixin selector
      official s Lanj;s(Z)V
      intermediary method_13246 Lnet/minecraft/class_1413;method_13246(Z)V
      named method_13246 Lnet/minecraft/entity/ai/RangedAttackMob;method_13246(Z)V
    • method_14123

      @Environment(CLIENT) public class_3162.class_3163 method_14123()
      Overrides:
      method_14123 in class class_3168
      Mappings:
      Namespace Name Mixin selector
      official l Lamp;l()Lamp$a;
      intermediary method_14123 Lnet/minecraft/class_3162;method_14123()Lnet/minecraft/class_3162$class_3163;
      named method_14123 Lnet/minecraft/class_3162;method_14123()Lnet/minecraft/class_3162$class_3163;