public interface GameTestRegistryAccessor
-
Method Summary
Static Methods
static Set<net.minecraft.gametest.framework.TestFunction>
-
Method Details
-
-
getBeforeBatchFunctions
static Map<String,Consumer<net.minecraft.server.level.ServerLevel>> getBeforeBatchFunctions()
-
getAfterBatchFunctions
static Map<String,Consumer<net.minecraft.server.level.ServerLevel>> getAfterBatchFunctions()
-
getLastFailedTests
static Set<net.minecraft.gametest.framework.TestFunction> getLastFailedTests()