Uses of Interface
net.minecraft.block.spawner.EntityDetector
-
Uses of EntityDetector in net.minecraft.block.spawner
Modifier and TypeFieldDescriptionprivate EntityDetector
TrialSpawnerLogic.entityDetector
static final EntityDetector
EntityDetector.SHEEP
static final EntityDetector
EntityDetector.SURVIVAL_PLAYER
Modifier and TypeMethodDescriptionvoid
TrialSpawnerLogic.setEntityDetector
(EntityDetector detector) Deprecated, for removal: This API element is subject to removal in a future version.void
TrialSpawnerData.updatePlayers
(ServerWorld world, BlockPos pos, EntityDetector entityDetector, int range) ModifierConstructorDescriptionTrialSpawnerLogic
(TrialSpawnerConfig config, TrialSpawnerData data, TrialSpawnerLogic.TrialSpawner trialSpawner, EntityDetector entityDetector) TrialSpawnerLogic
(TrialSpawnerLogic.TrialSpawner trialSpawner, EntityDetector entityDetector)