Class MixinGameTestServer

java.lang.Object
com.pixelmonmod.mixin.MixinGameTestServer

public class MixinGameTestServer extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.gametest.framework.GameTestServer
    create(Thread serverThread, net.minecraft.world.level.storage.LevelStorageSource.LevelStorageAccess storageSource, net.minecraft.server.packs.repository.PackRepository packRepository, Collection<net.minecraft.gametest.framework.TestFunction> testBatches, net.minecraft.core.BlockPos spawnPos)
     
    void
    onInit(Thread serverThread, net.minecraft.world.level.storage.LevelStorageSource.LevelStorageAccess storageSource, net.minecraft.server.packs.repository.PackRepository packRepository, net.minecraft.server.WorldStem worldStem, Collection testBatches, net.minecraft.core.BlockPos spawnPos, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MixinGameTestServer

      public MixinGameTestServer()
  • Method Details

    • onInit

      public void onInit(Thread serverThread, net.minecraft.world.level.storage.LevelStorageSource.LevelStorageAccess storageSource, net.minecraft.server.packs.repository.PackRepository packRepository, net.minecraft.server.WorldStem worldStem, Collection testBatches, net.minecraft.core.BlockPos spawnPos, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
    • create

      public static net.minecraft.gametest.framework.GameTestServer create(Thread serverThread, net.minecraft.world.level.storage.LevelStorageSource.LevelStorageAccess storageSource, net.minecraft.server.packs.repository.PackRepository packRepository, Collection<net.minecraft.gametest.framework.TestFunction> testBatches, net.minecraft.core.BlockPos spawnPos)