public abstract class MixinMinecraft extends Object
Constructor and Description |
---|
MixinMinecraft() |
Modifier and Type | Method and Description |
---|---|
void |
onlaunchIntegratedServerAfterSaveWorldInfo(String folderName,
String worldName,
net.minecraft.world.WorldSettings worldSettingsIn,
org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci,
net.minecraft.world.storage.ISaveHandler isavehandler,
net.minecraft.world.storage.WorldInfo worldInfo) |
void |
onlaunchIntegratedServerBeforeStart(String folderName,
String worldName,
net.minecraft.world.WorldSettings worldSettingsIn,
org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci,
net.minecraft.world.storage.ISaveHandler isavehandler,
net.minecraft.world.storage.WorldInfo worldInfo) |
public void onlaunchIntegratedServerBeforeStart(String folderName, String worldName, net.minecraft.world.WorldSettings worldSettingsIn, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci, net.minecraft.world.storage.ISaveHandler isavehandler, net.minecraft.world.storage.WorldInfo worldInfo)
public void onlaunchIntegratedServerAfterSaveWorldInfo(String folderName, String worldName, net.minecraft.world.WorldSettings worldSettingsIn, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci, net.minecraft.world.storage.ISaveHandler isavehandler, net.minecraft.world.storage.WorldInfo worldInfo)