Uses of Class
net.minecraft.test.TestCollection
-
Packages that use TestCollection Package Description net.minecraft.test -
-
Uses of TestCollection in net.minecraft.test
Fields in net.minecraft.test declared as TestCollection Modifier and Type Field Description static TestCollection
TestCollection. singleton
private TestCollection
TestExecutor. testTicker
Methods in net.minecraft.test with parameters of type TestCollection Modifier and Type Method Description static void
TestUtils. clearAllTests(ServerWorld p_229555_0_, BlockPos p_229555_1_, TestCollection p_229555_2_, int p_229555_3_)
static void
TestUtils. runTest(TestTracker p_240553_0_, BlockPos p_240553_1_, TestCollection p_240553_2_)
static java.util.Collection<TestTracker>
TestUtils. runTestBatches(java.util.Collection<TestBatch> p_240552_0_, BlockPos p_240552_1_, Rotation p_240552_2_, ServerWorld p_240552_3_, TestCollection p_240552_4_, int p_240552_5_)
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 TestCollection Constructor Description TestExecutor(java.util.Collection<TestBatch> p_i232555_1_, BlockPos p_i232555_2_, Rotation p_i232555_3_, ServerWorld p_i232555_4_, TestCollection p_i232555_5_, int p_i232555_6_)
-