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 EntityDetectorclass_9203.playerDetectorThe field for theplayerDetectorrecord component.Methods in net.minecraft that return EntityDetectorModifier and TypeMethodDescriptionclass_9203.playerDetector()Returns the value of theplayerDetectorrecord 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 EntityDetectorTrialSpawnerLogic.entityDetectorstatic final EntityDetectorEntityDetector.field_48860static final EntityDetectorEntityDetector.field_48861static final EntityDetectorEntityDetector.SHEEPMethods 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 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)