public class WorldPersistenceHooks
extends java.lang.Object
修飾子とタイプ | クラスと説明 |
---|---|
static interface |
WorldPersistenceHooks.WorldPersistenceHook |
コンストラクタと説明 |
---|
WorldPersistenceHooks() |
修飾子とタイプ | メソッドと説明 |
---|---|
static void |
addHook(WorldPersistenceHooks.WorldPersistenceHook hook) |
static void |
confirmBackupLevelDatUse(SaveHandler handler) |
static void |
handleWorldDataLoad(SaveHandler handler,
WorldInfo worldInfo,
CompoundNBT tagCompound) |
static void |
handleWorldDataSave(SaveHandler handler,
WorldInfo worldInfo,
CompoundNBT tagCompound) |
public static void addHook(WorldPersistenceHooks.WorldPersistenceHook hook)
public static void handleWorldDataSave(SaveHandler handler, WorldInfo worldInfo, CompoundNBT tagCompound)
public static void handleWorldDataLoad(SaveHandler handler, WorldInfo worldInfo, CompoundNBT tagCompound)
public static void confirmBackupLevelDatUse(SaveHandler handler)