Uses of Class
com.aranai.dungeonator.datastore.DataStoreSaveException

Packages that use DataStoreSaveException
com.aranai.dungeonator.datastore   
 

Uses of DataStoreSaveException in com.aranai.dungeonator.datastore
 

Methods in com.aranai.dungeonator.datastore that throw DataStoreSaveException
 boolean IDungeonDataStore.saveChunk(DungeonChunk chunk)
          Saves a DungeonChunk to the data store.
 boolean DungeonDataStore.saveChunk(DungeonChunk chunk)