Package com.pixelmonmod.mixin
Interface GameTestServerAccessor
public interface GameTestServerAccessor
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic net.minecraft.gametest.framework.GameTestServerinvoke(Thread serverThread, net.minecraft.world.level.storage.LevelStorageSource.LevelStorageAccess storageSource, net.minecraft.server.packs.repository.PackRepository packRepository, net.minecraft.server.WorldStem worldStem, Collection<net.minecraft.gametest.framework.TestFunction> testBatches, net.minecraft.core.BlockPos spawnPos)
-
Method Details
-
invoke
static net.minecraft.gametest.framework.GameTestServer invoke(Thread serverThread, net.minecraft.world.level.storage.LevelStorageSource.LevelStorageAccess storageSource, net.minecraft.server.packs.repository.PackRepository packRepository, net.minecraft.server.WorldStem worldStem, Collection<net.minecraft.gametest.framework.TestFunction> testBatches, net.minecraft.core.BlockPos spawnPos)
-