Interface EntityDetector


public interface EntityDetector
Mappings:
Namespace Name
official dpj
intermediary net/minecraft/class_8962
named net/minecraft/block/spawner/EntityDetector
  • Field Details

    • SURVIVAL_PLAYERS

      static final EntityDetector SURVIVAL_PLAYERS
      Mappings:
      Namespace Name Mixin selector
      official a Ldpj;a:Ldpj;
      intermediary field_48860 Lnet/minecraft/class_8962;field_48860:Lnet/minecraft/class_8962;
      named SURVIVAL_PLAYERS Lnet/minecraft/block/spawner/EntityDetector;SURVIVAL_PLAYERS:Lnet/minecraft/block/spawner/EntityDetector;
    • NON_SPECTATOR_PLAYERS

      static final EntityDetector NON_SPECTATOR_PLAYERS
      Mappings:
      Namespace Name Mixin selector
      official b Ldpj;b:Ldpj;
      intermediary field_48861 Lnet/minecraft/class_8962;field_48861:Lnet/minecraft/class_8962;
      named NON_SPECTATOR_PLAYERS Lnet/minecraft/block/spawner/EntityDetector;NON_SPECTATOR_PLAYERS:Lnet/minecraft/block/spawner/EntityDetector;
    • SHEEP

      static final EntityDetector SHEEP
      Mappings:
      Namespace Name Mixin selector
      official c Ldpj;c:Ldpj;
      intermediary field_47357 Lnet/minecraft/class_8962;field_47357:Lnet/minecraft/class_8962;
      named SHEEP Lnet/minecraft/block/spawner/EntityDetector;SHEEP:Lnet/minecraft/block/spawner/EntityDetector;
  • Method Details

    • detect

      List<UUID> detect(ServerWorld world, EntityDetector.Selector selector, BlockPos center, double radius)
      Mappings:
      Namespace Name Mixin selector
      official detect Ldpj;detect(Laqh;Ldpj$a;Lin;D)Ljava/util/List;
      intermediary detect Lnet/minecraft/class_8962;detect(Lnet/minecraft/class_3218;Lnet/minecraft/class_8962$class_9198;Lnet/minecraft/class_2338;D)Ljava/util/List;
      named detect Lnet/minecraft/block/spawner/EntityDetector;detect(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/block/spawner/EntityDetector$Selector;Lnet/minecraft/util/math/BlockPos;D)Ljava/util/List;