net.minecraft.gametest.framework

public class GameTestRegistry

iy
net.minecraft.gametest.framework.GameTestRegistry
net.minecraft.class_4519
net.minecraft.unmapped.C_todbioqv
net.minecraft.test.TestFunctions
net.minecraft.test.TestRegistry
net.minecraft.server.v1_15_R1.GameTestHarnessRegistry

Field summary

Modifier and TypeField
private static final Collection<TestFunction>
a
testFunctions
field_20570
f_kvsksbvh
TEST_FUNCTIONS
field_229526_a_
private static final Set<String>
b
testClassNames
field_20571
f_fwgjhcpy
testClasses
field_229527_b_
private static final Map<String, Consumer<ServerLevel>>
c
beforeBatchFunctions
field_20572
f_rnxqwazu
WORLD_SETTERS
field_229528_c_

Method summary

Modifier and TypeMethod
public static Collection<TestFunction>
a(String arg0)
getTestFunctionsForClassName(String arg0)
method_22193(String arg0)
m_ffptlqgd(String arg0)
getTestFunctions(String testClass)
func_229530_a_(String arg0)
public static Collection<TestFunction>
a()
getAllTestFunctions()
method_22191()
m_bcukpjbj()
getTestFunctions()
func_229529_a_()
public static Collection<String>
b()
getAllTestClassNames()
method_22195()
m_ehtkqfpm()
getTestClasses()
func_229533_b_()
public static boolean
b(String arg0)
isTestClass(String arg0)
method_22196(String arg0)
m_hbbbdawa(String arg0)
testClassExists(String testClass)
func_229534_b_(String arg0)
public static Consumer<ServerLevel>
c(String arg0)
getBeforeBatchFunction(String arg0)
method_22198(String arg0)
m_rsuapxkm(String arg0)
getWorldSetter(String batchId)
func_229536_c_(String arg0)
public static Optional<TestFunction>
d(String arg0)
findTestFunction(String arg0)
method_22199(String arg0)
m_xxqzrfbb(String arg0)
getTestFunction(String structurePath)
func_229537_d_(String arg0)
public static TestFunction
e(String arg0)
getTestFunction(String arg0)
method_22200(String arg0)
m_llnxdkkc(String arg0)
getTestFunctionOrThrow(String structurePath)
func_229538_e_(String arg0)
private static boolean
a(jk arg0, String arg1)
isTestFunctionPartOfClass(TestFunction arg0, String arg1)
method_22192(class_4529 arg0, String arg1)
m_xrrtsito(C_pyqkxbzu arg0, String arg1)
isInClass(TestFunction testFunction, String testClass)
func_229532_a_(TestFunctionInfo arg0, String arg1)