Skip to content

net.kernelpanicsoft.archie.gametest.platform

Types

ADedicatedServerPlatform

expect object ADedicatedServerPlatform

Cross-loader bridge for dedicated server bootstrap used by client GameTests.

ADedicatedServerPlatformInternal

Bridges ADedicatedServerPlatform.start on the bootstrap thread with ServerMixin, which calls captureRunningServer from the constructed MinecraftServer once it exists.

AGameTestModFilter

Restricts which AGametestEvents.REGISTER_GAME_TEST-registered mods a single runGametest/ runGametestClient invocation actually runs, via the GAMETEST_MOD_ID_FILTER_PROPERTY system property (a comma-separated list of mod ids).

AGameTestPlatform

expect object AGameTestPlatform

Cross-loader GameTest integration point.

AGameTestSide

Logical side used while collecting/running GameTests.

ThreadingImpl

object ThreadingImpl

Shared client gametest threading bridge inspired by Fabric's ThreadingImpl.