Uses of Interface
net.minecraft.gametest.framework.GameTestRunner.StructureSpawner
Packages that use GameTestRunner.StructureSpawner
-
Uses of GameTestRunner.StructureSpawner in net.minecraft.gametest.framework
Classes in net.minecraft.gametest.framework that implement GameTestRunner.StructureSpawnerFields in net.minecraft.gametest.framework declared as GameTestRunner.StructureSpawnerModifier and TypeFieldDescriptionprivate GameTestRunner.StructureSpawner
GameTestRunner.Builder.existingStructureSpawner
private final GameTestRunner.StructureSpawner
GameTestRunner.existingStructureSpawner
static final GameTestRunner.StructureSpawner
GameTestRunner.StructureSpawner.IN_PLACE
private GameTestRunner.StructureSpawner
GameTestRunner.Builder.newStructureSpawner
private final GameTestRunner.StructureSpawner
GameTestRunner.newStructureSpawner
static final GameTestRunner.StructureSpawner
GameTestRunner.StructureSpawner.NOT_SET
Methods in net.minecraft.gametest.framework with parameters of type GameTestRunner.StructureSpawnerModifier and TypeMethodDescriptionGameTestRunner.Builder.newStructureSpawner
(GameTestRunner.StructureSpawner pNewStructureSpawner) Constructors in net.minecraft.gametest.framework with parameters of type GameTestRunner.StructureSpawnerModifierConstructorDescriptionprotected
GameTestRunner
(GameTestRunner.GameTestBatcher pTestBatcher, Collection<GameTestBatch> pBatches, ServerLevel pLevel, GameTestTicker pTestTicker, GameTestRunner.StructureSpawner pExistingStructureSpawner, GameTestRunner.StructureSpawner pNewStructureSpawner, boolean pHaltOnError)