Uses of Class
net.minecraft.test.TestFunctionInfo
-
Packages that use TestFunctionInfo Package Description net.minecraft.test -
-
Uses of TestFunctionInfo in net.minecraft.test
Fields in net.minecraft.test declared as TestFunctionInfo Modifier and Type Field Description private TestFunctionInfo
TestTracker. testFunction
Fields in net.minecraft.test with type parameters of type TestFunctionInfo Modifier and Type Field Description private static java.util.Collection<TestFunctionInfo>
TestRegistry. lastFailedTests
private java.util.Collection<TestFunctionInfo>
TestBatch. testFunctions
private static java.util.Collection<TestFunctionInfo>
TestRegistry. testFunctions
Methods in net.minecraft.test that return TestFunctionInfo Modifier and Type Method Description static TestFunctionInfo
TestArgArgument. getTestFunction(com.mojang.brigadier.context.CommandContext<CommandSource> p_229666_0_, java.lang.String p_229666_1_)
static TestFunctionInfo
TestRegistry. getTestFunction(java.lang.String p_229538_0_)
TestFunctionInfo
TestTracker. getTestFunction()
TestFunctionInfo
TestArgArgument. parse(com.mojang.brigadier.StringReader p_parse_1_)
Methods in net.minecraft.test that return types with arguments of type TestFunctionInfo Modifier and Type Method Description static java.util.Optional<TestFunctionInfo>
TestRegistry. findTestFunction(java.lang.String p_229537_0_)
static java.util.Collection<TestFunctionInfo>
TestRegistry. getAllTestFunctions()
static java.util.Collection<TestFunctionInfo>
TestRegistry. getLastFailedTests()
java.util.Collection<TestFunctionInfo>
TestBatch. getTestFunctions()
static java.util.Collection<TestFunctionInfo>
TestRegistry. getTestFunctionsForClassName(java.lang.String p_229530_0_)
Methods in net.minecraft.test with parameters of type TestFunctionInfo Modifier and Type Method Description private static boolean
TestRegistry. isTestFunctionPartOfClass(TestFunctionInfo p_229532_0_, java.lang.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_)
Method parameters in net.minecraft.test with type arguments of type TestFunctionInfo Modifier and Type Method Description static java.util.Collection<TestBatch>
TestUtils. groupTestsIntoBatches(java.util.Collection<TestFunctionInfo> p_229548_0_)
private static void
TestCommand. runTests(CommandSource p_229619_0_, java.util.Collection<TestFunctionInfo> p_229619_1_, int p_229619_2_, int p_229619_3_)
static java.util.Collection<TestTracker>
TestUtils. runTests(java.util.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 TestFunctionInfo Constructor Description TestTracker(TestFunctionInfo p_i232556_1_, Rotation p_i232556_2_, ServerWorld p_i232556_3_)
Constructor parameters in net.minecraft.test with type arguments of type TestFunctionInfo Constructor Description TestBatch(java.lang.String p_i226065_1_, java.util.Collection<TestFunctionInfo> p_i226065_2_, java.util.function.Consumer<ServerWorld> p_i226065_3_)
-