Uses of Interface
net.minecraft.block.spawner.EntityDetector
Packages that use EntityDetector
Package
Description
The base package for all Minecraft classes.
-
Uses of EntityDetector in net.minecraft
Fields in net.minecraft declared as EntityDetectorModifier and TypeFieldDescriptionprivate final EntityDetector
class_9203.playerDetector
The field for theplayerDetector
record component.Methods in net.minecraft that return EntityDetectorModifier and TypeMethodDescriptionclass_9203.playerDetector()
Returns the value of theplayerDetector
record component.Constructors in net.minecraft with parameters of type EntityDetectorModifierConstructorDescriptionclass_9203
(Identifier identifier, double double2, double double3, ItemStack itemStack, Optional<Identifier> optional, EntityDetector entityDetector, EntityDetector.class_9198 class_9198) -
Uses of EntityDetector in net.minecraft.block.spawner
Fields in net.minecraft.block.spawner declared as EntityDetectorModifier and TypeFieldDescriptionprivate EntityDetector
TrialSpawnerLogic.entityDetector
static final EntityDetector
EntityDetector.field_48860
static final EntityDetector
EntityDetector.field_48861
static final EntityDetector
EntityDetector.SHEEP
Methods in net.minecraft.block.spawner that return EntityDetectorMethods in net.minecraft.block.spawner with parameters of type EntityDetectorModifier 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 blockPos, EntityDetector entityDetector, EntityDetector.class_9198 class_9198, int int2) Constructors in net.minecraft.block.spawner with parameters of type EntityDetectorModifierConstructorDescriptionTrialSpawnerLogic
(TrialSpawnerConfig config, TrialSpawnerData data, TrialSpawnerLogic.TrialSpawner trialSpawner, EntityDetector entityDetector, EntityDetector.class_9198 class_9198) TrialSpawnerLogic
(TrialSpawnerLogic.TrialSpawner trialSpawner, EntityDetector entityDetector, EntityDetector.class_9198 class_9198)