Class VillagerHostilesSensor


public class VillagerHostilesSensor extends NearestVisibleLivingEntitySensor
Mappings:
Namespace Name
official bom
intermediary net/minecraft/class_4150
named net/minecraft/entity/ai/brain/sensor/VillagerHostilesSensor
  • Field Details

    • SQUARED_DISTANCES_FOR_DANGER

      private static final ImmutableMap<EntityType<?>,Float> SQUARED_DISTANCES_FOR_DANGER
      Mappings:
      Namespace Name Mixin selector
      official a Lbom;a:Lcom/google/common/collect/ImmutableMap;
      intermediary field_18473 Lnet/minecraft/class_4150;field_18473:Lcom/google/common/collect/ImmutableMap;
      named SQUARED_DISTANCES_FOR_DANGER Lnet/minecraft/entity/ai/brain/sensor/VillagerHostilesSensor;SQUARED_DISTANCES_FOR_DANGER:Lcom/google/common/collect/ImmutableMap;
  • Constructor Details

    • VillagerHostilesSensor

      public VillagerHostilesSensor()
  • 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
    • isCloseEnoughForDanger

      private boolean isCloseEnoughForDanger(LivingEntity villager, LivingEntity target)
      Mappings:
      Namespace Name Mixin selector
      official e Lbom;e(Lbeg;Lbeg;)Z
      intermediary method_19105 Lnet/minecraft/class_4150;method_19105(Lnet/minecraft/class_1309;Lnet/minecraft/class_1309;)Z
      named isCloseEnoughForDanger Lnet/minecraft/entity/ai/brain/sensor/VillagerHostilesSensor;isCloseEnoughForDanger(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;
    • isHostile

      private boolean isHostile(LivingEntity entity)
      Mappings:
      Namespace Name Mixin selector
      official b Lbom;b(Lbeg;)Z
      intermediary method_19104 Lnet/minecraft/class_4150;method_19104(Lnet/minecraft/class_1309;)Z
      named isHostile Lnet/minecraft/entity/ai/brain/sensor/VillagerHostilesSensor;isHostile(Lnet/minecraft/entity/LivingEntity;)Z