Package | Description |
---|---|
net.minecraft.server | |
net.minecraft.util | |
net.minecraft.world.server | |
net.minecraft.world.storage | |
net.minecraftforge.common | |
net.minecraftforge.fml |
Modifier and Type | Method and Description |
---|---|
protected void |
MinecraftServer.loadWorlds(SaveHandler saveHandlerIn,
WorldInfo info,
WorldSettings worldSettingsIn,
IChunkStatusListener chunkStatusListenerIn) |
protected void |
MinecraftServer.setResourcePackFromWorld(java.lang.String worldNameIn,
SaveHandler saveHandlerIn) |
Modifier and Type | Field and Description |
---|---|
private SaveHandler |
WorldOptimizer.worldStorage |
Modifier and Type | Field and Description |
---|---|
private SaveHandler |
ServerWorld.saveHandler |
Modifier and Type | Method and Description |
---|---|
SaveHandler |
ServerWorld.getSaveHandler() |
Constructor and Description |
---|
ServerMultiWorld(ServerWorld p_i50708_1_,
MinecraftServer serverIn,
java.util.concurrent.Executor p_i50708_3_,
SaveHandler p_i50708_4_,
DimensionType dimType,
IProfiler p_i50708_6_,
IChunkStatusListener p_i50708_7_) |
ServerWorld(MinecraftServer serverIn,
java.util.concurrent.Executor executorIn,
SaveHandler saveHandlerIn,
WorldInfo worldInfoIn,
DimensionType dimType,
IProfiler profilerIn,
IChunkStatusListener listenerIn) |
Modifier and Type | Method and Description |
---|---|
protected static SaveHandler |
SaveFormat.getSaveLoader(java.nio.file.Path p_215783_0_,
com.mojang.datafixers.DataFixer p_215783_1_,
java.lang.String p_215783_2_,
MinecraftServer p_215783_3_) |
SaveHandler |
SaveFormat.getSaveLoader(java.lang.String saveName,
MinecraftServer server) |
Modifier and Type | Method and Description |
---|---|
static WorldInfo |
SaveFormat.getWorldData(java.io.File p_215780_0_,
com.mojang.datafixers.DataFixer p_215780_1_,
SaveHandler saveHandler) |
Modifier and Type | Method and Description |
---|---|
CompoundNBT |
ForgeMod.getDataForWriting(SaveHandler handler,
WorldInfo info) |
static void |
DimensionManager.processScheduledDeletions(SaveHandler saveHandler) |
void |
ForgeMod.readData(SaveHandler handler,
WorldInfo info,
CompoundNBT tag) |
Modifier and Type | Method and Description |
---|---|
static void |
WorldPersistenceHooks.confirmBackupLevelDatUse(SaveHandler handler) |
CompoundNBT |
WorldPersistenceHooks.WorldPersistenceHook.getDataForWriting(SaveHandler handler,
WorldInfo info) |
CompoundNBT |
FMLWorldPersistenceHook.getDataForWriting(SaveHandler handler,
WorldInfo info) |
static void |
WorldPersistenceHooks.handleWorldDataLoad(SaveHandler handler,
WorldInfo worldInfo,
CompoundNBT tagCompound) |
static void |
WorldPersistenceHooks.handleWorldDataSave(SaveHandler handler,
WorldInfo worldInfo,
CompoundNBT tagCompound) |
void |
WorldPersistenceHooks.WorldPersistenceHook.readData(SaveHandler handler,
WorldInfo info,
CompoundNBT tag) |
void |
FMLWorldPersistenceHook.readData(SaveHandler handler,
WorldInfo info,
CompoundNBT tag) |