Uses of Class
net.minecraft.test.GameTestState
Packages that use GameTestState
Package
Description
The base package for all Minecraft classes.
-
Uses of GameTestState in net.minecraft
Methods in net.minecraft that return GameTestStateModifier and TypeMethodDescriptionstatic GameTestStateclass_9113.method_56198(TestFunction testFunction, int int2, ServerWorld serverWorld) Methods in net.minecraft that return types with arguments of type GameTestStateMethods in net.minecraft with parameters of type GameTestStateMethod parameters in net.minecraft with type arguments of type GameTestStateModifier and TypeMethodDescriptionprivate static GameTestBatchclass_9113.method_56195(List<GameTestState> list, String string, MutableInt mutableInt) -
Uses of GameTestState in net.minecraft.server.command
Methods in net.minecraft.server.command that return types with arguments of type GameTestStateModifier and TypeMethodDescription(package private) static Stream<GameTestState>TestCommand.method_56261(ServerCommandSource serverCommandSource, class_9118 class_9118, class_9119 class_9119) (package private) static Stream<GameTestState>TestCommand.method_56262(ServerCommandSource serverCommandSource, class_9118 class_9118, class_9125 class_9125, int int2) private static Optional<GameTestState>TestCommand.method_56264(BlockPos blockPos, ServerWorld serverWorld, class_9118 class_9118) Methods in net.minecraft.server.command with parameters of type GameTestStateModifier and TypeMethodDescriptionvoidTestCommand.Listener.method_56216(GameTestState gameTestState, GameTestState gameTestState2, TestUtil testUtil) private static intTestCommand.method_56267(GameTestState gameTestState) voidTestCommand.Listener.onFailed(GameTestState test, TestUtil testUtil) voidTestCommand.Listener.onPassed(GameTestState test, TestUtil testUtil) voidTestCommand.Listener.onStarted(GameTestState test) -
Uses of GameTestState in net.minecraft.test
Fields in net.minecraft.test declared as GameTestStateModifier and TypeFieldDescriptionprivate final GameTestStateTestContext.test(package private) final GameTestStateTimedTaskRunner.testFields in net.minecraft.test with type parameters of type GameTestStateModifier and TypeFieldDescriptionprivate final List<GameTestState>TestUtil.field_48473private final List<GameTestState>TestUtil.field_48476private final Collection<GameTestState>GameTestBatch.gameTestInfosThe field for thegameTestInfosrecord component.private final Collection<GameTestState>TestManager.testsprivate final Collection<GameTestState>TestSet.testsMethods in net.minecraft.test that return GameTestStateModifier and TypeMethodDescriptionGameTestState.init()GameTestState.method_56210()GameTestState.method_56213()GameTestState.startCountdown(int int2) Methods in net.minecraft.test that return types with arguments of type GameTestStateModifier and TypeMethodDescriptionGameTestBatch.gameTestInfos()Returns the value of thegameTestInfosrecord component.TestSet.getOptionalTests()TestSet.getRequiredTests()TestUtil.method_56219()private Collection<GameTestState>TestUtil.method_56221(Collection<GameTestState> collection) private Optional<GameTestState>TestUtil.method_56228(GameTestState gameTestState) TestUtil.class_9117.spawnStructure(GameTestState gameTestState) Methods in net.minecraft.test with parameters of type GameTestStateModifier and TypeMethodDescriptionvoidTestSet.add(GameTestState test) private ElementXmlReportingTestCompletionListener.addTestCase(GameTestState test, String name) private static voidStructureTestListener.createTestOutputLectern(GameTestState test, String output) protected static voidStructureTestListener.failTest(GameTestState test, Throwable output) static voidTestFailureLogger.failTest(GameTestState test) protected static voidStructureTestListener.finishFailedTest(GameTestState test, Throwable output) private static voidStructureTestListener.finishPassedTest(GameTestState test, String output) static StructureBlockBlockEntityStructureTestUtil.initStructure(GameTestState state, BlockPos pos, BlockRotation rotation, ServerWorld world) voidStructureTestListener.method_56216(GameTestState gameTestState, GameTestState gameTestState2, TestUtil testUtil) voidTestListener.method_56216(GameTestState gameTestState, GameTestState gameTestState2, TestUtil testUtil) voidTestUtil.method_56224(GameTestState gameTestState) private Optional<GameTestState>TestUtil.method_56228(GameTestState gameTestState) voidTestSet.method_56243(GameTestState gameTestState) private voidStructureTestListener.method_56244(GameTestState gameTestState, TestUtil testUtil, boolean bool) voidStructureTestListener.onFailed(GameTestState test, TestUtil testUtil) voidTestListener.onFailed(GameTestState test, TestUtil testUtil) voidStructureTestListener.onPassed(GameTestState test, TestUtil testUtil) voidTestListener.onPassed(GameTestState test, TestUtil testUtil) voidStructureTestListener.onStarted(GameTestState test) voidTestListener.onStarted(GameTestState test) voidFailureLoggingTestCompletionListener.onTestFailed(GameTestState test) voidTestCompletionListener.onTestFailed(GameTestState test) voidXmlReportingTestCompletionListener.onTestFailed(GameTestState test) voidFailureLoggingTestCompletionListener.onTestPassed(GameTestState test) voidTestCompletionListener.onTestPassed(GameTestState test) voidXmlReportingTestCompletionListener.onTestPassed(GameTestState test) static voidStructureTestListener.passTest(GameTestState test, String output) static voidTestFailureLogger.passTest(GameTestState test) private static StructureBlockBlockEntityStructureTestUtil.placeStructureTemplate(GameTestState state, BlockPos pos, BlockRotation rotation, ServerWorld world) TestUtil.class_9117.spawnStructure(GameTestState gameTestState) voidTestManager.start(GameTestState test) protected static voidStructureTestListener.visualizeTest(GameTestState test, Block block) Method parameters in net.minecraft.test with type arguments of type GameTestStateModifier and TypeMethodDescriptionvoidTestSet.addListener(Consumer<GameTestState> onFailed) TestUtil.class_9116.batch(Collection<GameTestState> collection) private Collection<GameTestState>TestUtil.method_56221(Collection<GameTestState> collection) static TestUtil.class_9115TestUtil.class_9115.method_56238(Collection<GameTestState> collection, ServerWorld serverWorld) Constructors in net.minecraft.test with parameters of type GameTestStateModifierConstructorDescriptionNotEnoughSuccessesError(int attempts, int successes, GameTestState test) TestContext(GameTestState test) (package private)TimedTaskRunner(GameTestState gameTest) Constructor parameters in net.minecraft.test with type arguments of type GameTestStateModifierConstructorDescriptionGameTestBatch(String id, Collection<GameTestState> testFunctions, Consumer<ServerWorld> beforeBatchConsumer, Consumer<ServerWorld> afterBatchConsumer) TestSet(Collection<GameTestState> tests)