Package net.minecraftforge.fml
Class WorldPersistenceHooks
java.lang.Object
net.minecraftforge.fml.WorldPersistenceHooks
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
static void
handleWorldDataLoad
(SaveFormat.LevelSave levelSave, IServerConfiguration serverInfo, CompoundNBT tagCompound) static void
handleWorldDataSave
(SaveFormat.LevelSave levelSave, IServerConfiguration serverInfo, CompoundNBT tagCompound)
-
Field Details
-
worldPersistenceHooks
-
-
Constructor Details
-
WorldPersistenceHooks
public WorldPersistenceHooks()
-
-
Method Details
-
addHook
-
handleWorldDataSave
public static void handleWorldDataSave(SaveFormat.LevelSave levelSave, IServerConfiguration serverInfo, CompoundNBT tagCompound) -
handleWorldDataLoad
public static void handleWorldDataLoad(SaveFormat.LevelSave levelSave, IServerConfiguration serverInfo, CompoundNBT tagCompound)
-