| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.aranai.dungeonator.DungeonDataManager
public class DungeonDataManager
Abstracts all data store access for Dungeonator.
| Field Summary | |
|---|---|
private  DungeonDataStore | 
dataStore
The dungeon data store.  | 
private  Dungeonator | 
plugin
The Dungeonator instance.  | 
| Constructor Summary | |
|---|---|
DungeonDataManager(Dungeonator plugin,
                   DungeonDataStore dataStore)
Instantiates the DungeonDataManager.  | 
|
| Method Summary | |
|---|---|
 DungeonChunk | 
getChunk(java.lang.String hash)
Gets the requested DungeonChunk from the data store.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
private Dungeonator plugin
private DungeonDataStore dataStore
| Constructor Detail | 
|---|
public DungeonDataManager(Dungeonator plugin,
                          DungeonDataStore dataStore)
plugin - the Dungeonator instance| Method Detail | 
|---|
public DungeonChunk getChunk(java.lang.String hash)
hash - the hash for the chunk
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||