public abstract class MixinSaveHandler extends Object implements IMixinSaveHandler
Constructor and Description |
---|
MixinSaveHandler() |
Modifier and Type | Method and Description |
---|---|
void |
loadDimensionAndOtherData(net.minecraft.world.storage.SaveHandler handler,
net.minecraft.world.storage.WorldInfo info,
net.minecraft.nbt.NBTTagCompound compound) |
void |
loadSpongeDatData(net.minecraft.world.storage.WorldInfo info) |
String |
modifyMinecraftExceptionOutputIfIOException(String message) |
String |
modifyMinecraftExceptionOutputIfNotInitializationTime(String message) |
void |
onSaveWorldInfoAfterTagSet(net.minecraft.world.storage.WorldInfo worldInformation,
org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci,
net.minecraft.nbt.NBTTagCompound nbttagcompound,
net.minecraft.nbt.NBTTagCompound nbttagcompound1) |
void |
onSaveWorldInfoEnd(net.minecraft.world.storage.WorldInfo worldInformation,
org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci) |
void |
onSaveWorldInfoWithPlayerAfterTagSet(net.minecraft.world.storage.WorldInfo worldInformation,
net.minecraft.nbt.NBTTagCompound tagCompound,
org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci,
net.minecraft.nbt.NBTTagCompound nbttagcompound1,
net.minecraft.nbt.NBTTagCompound nbttagcompound2) |
void |
onSaveWorldInfoWithPlayerEnd(net.minecraft.world.storage.WorldInfo worldInformation,
net.minecraft.nbt.NBTTagCompound tagCompound,
org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci) |
public String modifyMinecraftExceptionOutputIfNotInitializationTime(String message)
public String modifyMinecraftExceptionOutputIfIOException(String message)
public void onSaveWorldInfoWithPlayerAfterTagSet(net.minecraft.world.storage.WorldInfo worldInformation, net.minecraft.nbt.NBTTagCompound tagCompound, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci, net.minecraft.nbt.NBTTagCompound nbttagcompound1, net.minecraft.nbt.NBTTagCompound nbttagcompound2)
public void onSaveWorldInfoWithPlayerEnd(net.minecraft.world.storage.WorldInfo worldInformation, net.minecraft.nbt.NBTTagCompound tagCompound, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
public void onSaveWorldInfoAfterTagSet(net.minecraft.world.storage.WorldInfo worldInformation, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci, net.minecraft.nbt.NBTTagCompound nbttagcompound, net.minecraft.nbt.NBTTagCompound nbttagcompound1)
public void onSaveWorldInfoEnd(net.minecraft.world.storage.WorldInfo worldInformation, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
public void loadSpongeDatData(net.minecraft.world.storage.WorldInfo info) throws IOException
loadSpongeDatData
in interface IMixinSaveHandler
IOException
public void loadDimensionAndOtherData(net.minecraft.world.storage.SaveHandler handler, net.minecraft.world.storage.WorldInfo info, net.minecraft.nbt.NBTTagCompound compound)
loadDimensionAndOtherData
in interface IMixinSaveHandler