Package net.minecraftforge.fml
Interface WorldPersistenceHooks.WorldPersistenceHook
-
- All Known Implementing Classes:
FMLWorldPersistenceHook
,ForgeMod
- Enclosing class:
- WorldPersistenceHooks
public static interface WorldPersistenceHooks.WorldPersistenceHook
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompoundNBT
getDataForWriting(SaveFormat.LevelSave levelSave, IServerConfiguration serverInfo)
java.lang.String
getModId()
void
readData(SaveFormat.LevelSave levelSave, IServerConfiguration serverInfo, CompoundNBT tag)
-
-
-
Method Detail
-
getModId
java.lang.String getModId()
-
getDataForWriting
CompoundNBT getDataForWriting(SaveFormat.LevelSave levelSave, IServerConfiguration serverInfo)
-
readData
void readData(SaveFormat.LevelSave levelSave, IServerConfiguration serverInfo, CompoundNBT tag)
-
-