Uses of Class
net.minecraft.test.TestFunctionInfo
Packages that use TestFunctionInfo
-
Uses of TestFunctionInfo in net.minecraft.test
Fields in net.minecraft.test declared as TestFunctionInfoFields in net.minecraft.test with type parameters of type TestFunctionInfoModifier and TypeFieldDescriptionprivate static final Collection<TestFunctionInfo>TestRegistry.lastFailedTestsprivate final Collection<TestFunctionInfo>TestBatch.testFunctionsprivate static final Collection<TestFunctionInfo>TestRegistry.testFunctionsMethods in net.minecraft.test that return TestFunctionInfoModifier and TypeMethodDescriptionstatic TestFunctionInfoTestArgArgument.getTestFunction(com.mojang.brigadier.context.CommandContext<CommandSource> p_229666_0_, String p_229666_1_) static TestFunctionInfoTestRegistry.getTestFunction(String p_229538_0_) TestTracker.getTestFunction()TestArgArgument.parse(com.mojang.brigadier.StringReader p_parse_1_) Methods in net.minecraft.test that return types with arguments of type TestFunctionInfoModifier 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_) Methods in net.minecraft.test with parameters of type TestFunctionInfoModifier and TypeMethodDescriptionprivate static booleanTestRegistry.isTestFunctionPartOfClass(TestFunctionInfo p_229532_0_, String p_229532_1_) static voidTestRegistry.rememberFailedTest(TestFunctionInfo p_240548_0_) private static intTestCommand.runTest(CommandSource p_229620_0_, TestFunctionInfo p_229620_1_, int p_229620_2_) private static voidTestCommand.runTestPreparation(TestFunctionInfo p_229622_0_, ServerWorld p_229622_1_) Method parameters in net.minecraft.test with type arguments of type TestFunctionInfoModifier and TypeMethodDescriptionstatic Collection<TestBatch>TestUtils.groupTestsIntoBatches(Collection<TestFunctionInfo> p_229548_0_) private static voidTestCommand.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_) Constructors in net.minecraft.test with parameters of type TestFunctionInfoModifierConstructorDescriptionTestTracker(TestFunctionInfo p_i232556_1_, Rotation p_i232556_2_, ServerWorld p_i232556_3_) Constructor parameters in net.minecraft.test with type arguments of type TestFunctionInfoModifierConstructorDescriptionTestBatch(String p_i226065_1_, Collection<TestFunctionInfo> p_i226065_2_, Consumer<ServerWorld> p_i226065_3_)