Class BattleTestRegistry
java.lang.Object
com.pixelmonmod.pixelmon.api.test.BattleTestRegistry
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
static final record
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<BattleTestRegistry.TestData>
static void
init()
static void
static CompletableFuture<Boolean>
runTests
(BattleTestRegistry.Loggable loggable, boolean experimental)
-
Constructor Details
-
BattleTestRegistry
public BattleTestRegistry()
-
-
Method Details
-
init
public static void init() -
register
-
runTests
public static CompletableFuture<Boolean> runTests(BattleTestRegistry.Loggable loggable, boolean experimental) -
getRegisteredTests
-