Uses of Interface
net.minecraft.test.TestRunContext.TestStructureSpawner
Packages that use TestRunContext.TestStructureSpawner
-
Uses of TestRunContext.TestStructureSpawner in net.minecraft.test
Classes in net.minecraft.test that implement TestRunContext.TestStructureSpawnerFields in net.minecraft.test declared as TestRunContext.TestStructureSpawnerModifier and TypeFieldDescriptionTestRunContext.Builder.initialSpawner
private final TestRunContext.TestStructureSpawner
TestRunContext.initialSpawner
static final TestRunContext.TestStructureSpawner
TestRunContext.TestStructureSpawner.NOOP
static final TestRunContext.TestStructureSpawner
TestRunContext.TestStructureSpawner.REUSE
private final TestRunContext.TestStructureSpawner
TestRunContext.Builder.reuseSpawner
private final TestRunContext.TestStructureSpawner
TestRunContext.reuseSpawner
Methods in net.minecraft.test with parameters of type TestRunContext.TestStructureSpawnerModifier and TypeMethodDescriptionTestRunContext.Builder.initialSpawner
(TestRunContext.TestStructureSpawner initialSpawner) Constructors in net.minecraft.test with parameters of type TestRunContext.TestStructureSpawnerModifierConstructorDescriptionprotected
TestRunContext
(TestRunContext.Batcher batcher, Collection<GameTestBatch> batches, ServerWorld world, TestManager manager, TestRunContext.TestStructureSpawner reuseSpawner, TestRunContext.TestStructureSpawner initialSpawner)