Package net.minecraft.block.spawner
Interface EntityDetector
public interface EntityDetector
- Mappings:
Namespace Name official dokintermediary net/minecraft/class_8962named net/minecraft/block/spawner/EntityDetector
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EntityDetectorstatic final EntityDetectorstatic final EntityDetector -
Method Summary
Modifier and TypeMethodDescriptiondetect(ServerWorld world, EntityDetector.Selector selector, BlockPos center, double radius)
-
Field Details
-
SURVIVAL_PLAYERS
- Mappings:
Namespace Name Mixin selector official aLdok;a:Ldok;intermediary field_48860Lnet/minecraft/class_8962;field_48860:Lnet/minecraft/class_8962;named SURVIVAL_PLAYERSLnet/minecraft/block/spawner/EntityDetector;SURVIVAL_PLAYERS:Lnet/minecraft/block/spawner/EntityDetector;
-
NON_SPECTATOR_PLAYERS
- Mappings:
Namespace Name Mixin selector official bLdok;b:Ldok;intermediary field_48861Lnet/minecraft/class_8962;field_48861:Lnet/minecraft/class_8962;named NON_SPECTATOR_PLAYERSLnet/minecraft/block/spawner/EntityDetector;NON_SPECTATOR_PLAYERS:Lnet/minecraft/block/spawner/EntityDetector;
-
SHEEP
- Mappings:
Namespace Name Mixin selector official cLdok;c:Ldok;intermediary field_47357Lnet/minecraft/class_8962;field_47357:Lnet/minecraft/class_8962;named SHEEPLnet/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 detectLdok;detect(Lapu;Ldok$a;Lid;D)Ljava/util/List;intermediary detectLnet/minecraft/class_8962;detect(Lnet/minecraft/class_3218;Lnet/minecraft/class_8962$class_9198;Lnet/minecraft/class_2338;D)Ljava/util/List;named detectLnet/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;
-