Class AxolotlAttackablesSensor


public class AxolotlAttackablesSensor extends NearestVisibleLivingEntitySensor
Mappings:
Namespace Name
official bns
intermediary net/minecraft/class_6044
named net/minecraft/entity/ai/brain/sensor/AxolotlAttackablesSensor
  • Field Details

    • TARGET_RANGE

      public static final float TARGET_RANGE
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official a Lbns;a:F
      intermediary field_30248 Lnet/minecraft/class_6044;field_30248:F
      named TARGET_RANGE Lnet/minecraft/entity/ai/brain/sensor/AxolotlAttackablesSensor;TARGET_RANGE:F
  • Constructor Details

    • AxolotlAttackablesSensor

      public AxolotlAttackablesSensor()
  • Method Details

    • matches

      protected boolean matches(LivingEntity entity, LivingEntity target)
      Specified by:
      matches in class NearestVisibleLivingEntitySensor
      Mappings:
      Namespace Name Mixin selector
      official a Lboc;a(Lbeg;Lbeg;)Z
      intermediary method_35148 Lnet/minecraft/class_6045;method_35148(Lnet/minecraft/class_1309;Lnet/minecraft/class_1309;)Z
      named matches Lnet/minecraft/entity/ai/brain/sensor/NearestVisibleLivingEntitySensor;matches(Lnet/minecraft/entity/LivingEntity;Lnet/minecraft/entity/LivingEntity;)Z
    • canHunt

      private boolean canHunt(LivingEntity axolotl, LivingEntity target)
      Mappings:
      Namespace Name Mixin selector
      official e Lbns;e(Lbeg;Lbeg;)Z
      intermediary method_35144 Lnet/minecraft/class_6044;method_35144(Lnet/minecraft/class_1309;Lnet/minecraft/class_1309;)Z
      named canHunt Lnet/minecraft/entity/ai/brain/sensor/AxolotlAttackablesSensor;canHunt(Lnet/minecraft/entity/LivingEntity;Lnet/minecraft/entity/LivingEntity;)Z
    • isAlwaysHostileTo

      private boolean isAlwaysHostileTo(LivingEntity axolotl)
      Mappings:
      Namespace Name Mixin selector
      official b Lbns;b(Lbeg;)Z
      intermediary method_35145 Lnet/minecraft/class_6044;method_35145(Lnet/minecraft/class_1309;)Z
      named isAlwaysHostileTo Lnet/minecraft/entity/ai/brain/sensor/AxolotlAttackablesSensor;isAlwaysHostileTo(Lnet/minecraft/entity/LivingEntity;)Z
    • isInRange

      private boolean isInRange(LivingEntity axolotl, LivingEntity target)
      Mappings:
      Namespace Name Mixin selector
      official f Lbns;f(Lbeg;Lbeg;)Z
      intermediary method_35146 Lnet/minecraft/class_6044;method_35146(Lnet/minecraft/class_1309;Lnet/minecraft/class_1309;)Z
      named isInRange Lnet/minecraft/entity/ai/brain/sensor/AxolotlAttackablesSensor;isInRange(Lnet/minecraft/entity/LivingEntity;Lnet/minecraft/entity/LivingEntity;)Z
    • getOutputMemoryModule

      protected MemoryModuleType<LivingEntity> getOutputMemoryModule()
      Specified by:
      getOutputMemoryModule in class NearestVisibleLivingEntitySensor
      Mappings:
      Namespace Name Mixin selector
      official b Lboc;b()Lbne;
      intermediary method_35150 Lnet/minecraft/class_6045;method_35150()Lnet/minecraft/class_4140;
      named getOutputMemoryModule Lnet/minecraft/entity/ai/brain/sensor/NearestVisibleLivingEntitySensor;getOutputMemoryModule()Lnet/minecraft/entity/ai/brain/MemoryModuleType;