Uses of Interface
net.minecraft.block.spawner.EntityDetector.class_9198
Packages that use EntityDetector.class_9198
Package
Description
The base package for all Minecraft classes.
-
Uses of EntityDetector.class_9198 in net.minecraft
Fields in net.minecraft declared as EntityDetector.class_9198Modifier and TypeFieldDescriptionprivate final EntityDetector.class_9198class_9203.entitySelectorThe field for theentitySelectorrecord component.Methods in net.minecraft that return EntityDetector.class_9198Modifier and TypeMethodDescriptionclass_9203.entitySelector()Returns the value of theentitySelectorrecord component.Constructors in net.minecraft with parameters of type EntityDetector.class_9198ModifierConstructorDescriptionclass_9203(Identifier identifier, double double2, double double3, ItemStack itemStack, Optional<Identifier> optional, EntityDetector entityDetector, EntityDetector.class_9198 class_9198) -
Uses of EntityDetector.class_9198 in net.minecraft.block.spawner
Fields in net.minecraft.block.spawner declared as EntityDetector.class_9198Modifier and TypeFieldDescriptionstatic final EntityDetector.class_9198EntityDetector.class_9198.field_48862private final EntityDetector.class_9198TrialSpawnerLogic.field_48864Methods in net.minecraft.block.spawner that return EntityDetector.class_9198Modifier and TypeMethodDescriptionstatic EntityDetector.class_9198EntityDetector.class_9198.method_56726(PlayerEntity playerEntity) static EntityDetector.class_9198EntityDetector.class_9198.method_56727(List<PlayerEntity> list) TrialSpawnerLogic.method_56728()Methods in net.minecraft.block.spawner with parameters of type EntityDetector.class_9198Modifier and TypeMethodDescriptionEntityDetector.detect(ServerWorld world, EntityDetector.class_9198 class_9198, BlockPos blockPos, double double2) 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 EntityDetector.class_9198ModifierConstructorDescriptionTrialSpawnerLogic(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)