Uses of Class
net.minecraft.gametest.framework.TestFunction
Packages that use TestFunction
-
Uses of TestFunction in net.minecraft.gametest.framework
Fields in net.minecraft.gametest.framework declared as TestFunctionFields in net.minecraft.gametest.framework with type parameters of type TestFunctionModifier and TypeFieldDescriptionprivate static Collection<TestFunction>GameTestRegistry.LAST_FAILED_TESTSprivate static Collection<TestFunction>GameTestRegistry.TEST_FUNCTIONSprivate Collection<TestFunction>GameTestBatch.testFunctionsMethods in net.minecraft.gametest.framework that return TestFunctionModifier and TypeMethodDescriptionGameTestInfo.getTestFunction()static TestFunctionGameTestRegistry.getTestFunction(String p_127682_)static TestFunctionTestFunctionArgument.getTestFunction(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_128092_, String p_128093_)TestFunctionArgument.parse(com.mojang.brigadier.StringReader p_128090_)private static TestFunctionGameTestRegistry.turnMethodIntoTestFunction(Method p_177516_)Methods in net.minecraft.gametest.framework that return types with arguments of type TestFunctionModifier and TypeMethodDescriptionstatic Optional<TestFunction>GameTestRegistry.findTestFunction(String p_127680_)static Collection<TestFunction>GameTestRegistry.getAllTestFunctions()static Collection<TestFunction>GameTestRegistry.getLastFailedTests()GameTestBatch.getTestFunctions()static Collection<TestFunction>GameTestRegistry.getTestFunctionsForClassName(String p_127660_)private static Collection<TestFunction>GameTestRegistry.useTestGeneratorMethod(Method p_177514_)Methods in net.minecraft.gametest.framework with parameters of type TestFunctionModifier and TypeMethodDescriptionprivate static booleanGameTestRegistry.isTestFunctionPartOfClass(TestFunction p_127667_, String p_127668_)static voidGameTestRegistry.rememberFailedTest(TestFunction p_127665_)private static intTestCommand.runTest(CommandSourceStack p_127979_, TestFunction p_127980_, int p_127981_)private static voidTestCommand.runTestPreparation(TestFunction p_127994_, ServerLevel p_127995_)Method parameters in net.minecraft.gametest.framework with type arguments of type TestFunctionModifier and TypeMethodDescriptionstatic Collection<GameTestBatch>GameTestRunner.groupTestsIntoBatches(Collection<TestFunction> p_127725_)static Collection<GameTestInfo>GameTestRunner.runTests(Collection<TestFunction> p_127753_, BlockPos p_127754_, Rotation p_127755_, ServerLevel p_127756_, GameTestTicker p_127757_, int p_127758_)private static voidTestCommand.runTests(CommandSourceStack p_127974_, Collection<TestFunction> p_127975_, int p_127976_, int p_127977_)Constructors in net.minecraft.gametest.framework with parameters of type TestFunctionModifierConstructorDescriptionGameTestInfo(TestFunction p_127613_, Rotation p_127614_, ServerLevel p_127615_)Constructor parameters in net.minecraft.gametest.framework with type arguments of type TestFunctionModifierConstructorDescriptionGameTestBatch(String p_177059_, Collection<TestFunction> p_177060_, Consumer<ServerLevel> p_177061_, Consumer<ServerLevel> p_177062_)