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

Packages that use DungeonDataStore
com.aranai.dungeonator   
 

Uses of DungeonDataStore in com.aranai.dungeonator
 

Fields in com.aranai.dungeonator declared as DungeonDataStore
private  DungeonDataStore DungeonDataManager.dataStore
          The dungeon data store.
private  DungeonDataStore Dungeonator.dataStore
          The dungeon data store.
 

Constructors in com.aranai.dungeonator with parameters of type DungeonDataStore
DungeonDataManager(Dungeonator plugin, DungeonDataStore dataStore)
          Instantiates the DungeonDataManager.