Uses of Interface
net.minecraft.block.spawner.EntityDetector
Packages that use EntityDetector
-
Uses of EntityDetector in net.minecraft.block.spawner
Fields in net.minecraft.block.spawner declared as EntityDetectorModifier and TypeFieldDescriptionprivate EntityDetectorTrialSpawnerLogic.entityDetectorstatic final EntityDetectorEntityDetector.SHEEPstatic final EntityDetectorEntityDetector.SURVIVAL_PLAYERMethods in net.minecraft.block.spawner that return EntityDetectorMethods in net.minecraft.block.spawner with parameters of type EntityDetectorModifier and TypeMethodDescriptionvoidTrialSpawnerLogic.setEntityDetector(EntityDetector detector) Deprecated, for removal: This API element is subject to removal in a future version.voidTrialSpawnerData.updatePlayers(ServerWorld world, BlockPos pos, EntityDetector entityDetector, int range) Constructors in net.minecraft.block.spawner with parameters of type EntityDetectorModifierConstructorDescriptionTrialSpawnerLogic(TrialSpawnerConfig config, TrialSpawnerData data, TrialSpawnerLogic.TrialSpawner trialSpawner, EntityDetector entityDetector) TrialSpawnerLogic(TrialSpawnerLogic.TrialSpawner trialSpawner, EntityDetector entityDetector)