Uses of Class
net.minecraft.test.TestFunctionInfo
-
Uses of TestFunctionInfo in net.minecraft.test
Modifier and TypeFieldDescriptionprivate static final Collection<TestFunctionInfo>
TestRegistry.lastFailedTests
private final Collection<TestFunctionInfo>
TestBatch.testFunctions
private static final Collection<TestFunctionInfo>
TestRegistry.testFunctions
Modifier and TypeMethodDescriptionstatic TestFunctionInfo
TestArgArgument.getTestFunction
(com.mojang.brigadier.context.CommandContext<CommandSource> p_229666_0_, String p_229666_1_) static TestFunctionInfo
TestRegistry.getTestFunction
(String p_229538_0_) TestTracker.getTestFunction()
TestArgArgument.parse
(com.mojang.brigadier.StringReader p_parse_1_) Modifier and TypeMethodDescriptionstatic Optional<TestFunctionInfo>
TestRegistry.findTestFunction
(String p_229537_0_) static Collection<TestFunctionInfo>
TestRegistry.getAllTestFunctions()
static Collection<TestFunctionInfo>
TestRegistry.getLastFailedTests()
TestBatch.getTestFunctions()
static Collection<TestFunctionInfo>
TestRegistry.getTestFunctionsForClassName
(String p_229530_0_) Modifier and TypeMethodDescriptionprivate static boolean
TestRegistry.isTestFunctionPartOfClass
(TestFunctionInfo p_229532_0_, String p_229532_1_) static void
TestRegistry.rememberFailedTest
(TestFunctionInfo p_240548_0_) private static int
TestCommand.runTest
(CommandSource p_229620_0_, TestFunctionInfo p_229620_1_, int p_229620_2_) private static void
TestCommand.runTestPreparation
(TestFunctionInfo p_229622_0_, ServerWorld p_229622_1_) Modifier and TypeMethodDescriptionstatic Collection<TestBatch>
TestUtils.groupTestsIntoBatches
(Collection<TestFunctionInfo> p_229548_0_) private static void
TestCommand.runTests
(CommandSource p_229619_0_, Collection<TestFunctionInfo> p_229619_1_, int p_229619_2_, int p_229619_3_) static Collection<TestTracker>
TestUtils.runTests
(Collection<TestFunctionInfo> p_240554_0_, BlockPos p_240554_1_, Rotation p_240554_2_, ServerWorld p_240554_3_, TestCollection p_240554_4_, int p_240554_5_) ModifierConstructorDescriptionTestTracker
(TestFunctionInfo p_i232556_1_, Rotation p_i232556_2_, ServerWorld p_i232556_3_) ModifierConstructorDescriptionTestBatch
(String p_i226065_1_, Collection<TestFunctionInfo> p_i226065_2_, Consumer<ServerWorld> p_i226065_3_)