|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DungeonChunk | |
---|---|
com.aranai.dungeonator | |
com.aranai.dungeonator.datastore | |
com.aranai.dungeonator.dungeonchunk | |
com.aranai.dungeonator.generator |
Uses of DungeonChunk in com.aranai.dungeonator |
---|
Methods in com.aranai.dungeonator that return DungeonChunk | |
---|---|
DungeonChunk |
DungeonDataManager.getChunk(java.lang.String hash)
Gets the requested DungeonChunk from the data store. |
Uses of DungeonChunk in com.aranai.dungeonator.datastore |
---|
Methods in com.aranai.dungeonator.datastore that return DungeonChunk | |
---|---|
DungeonChunk |
IDungeonDataStore.getChunk(java.lang.String hash)
Gets a DungeonChunk from the data store. |
DungeonChunk |
DungeonDataStore.getChunk(java.lang.String hash)
|
Methods in com.aranai.dungeonator.datastore with parameters of type DungeonChunk | |
---|---|
void |
IDungeonDataStore.deleteChunk(DungeonChunk chunk)
Delete chunk. |
void |
DungeonDataStore.deleteChunk(DungeonChunk chunk)
|
boolean |
IDungeonDataStore.saveChunk(DungeonChunk chunk)
Saves a DungeonChunk to the data store. |
boolean |
DungeonDataStore.saveChunk(DungeonChunk chunk)
|
Uses of DungeonChunk in com.aranai.dungeonator.dungeonchunk |
---|
Fields in com.aranai.dungeonator.dungeonchunk declared as DungeonChunk | |
---|---|
private DungeonChunk[] |
DungeonChunk.neighbors
Neighboring chunks (NESW) |
Fields in com.aranai.dungeonator.dungeonchunk with type parameters of type DungeonChunk | |
---|---|
private java.util.concurrent.ConcurrentHashMap<java.lang.String,DungeonChunk> |
DungeonChunkManager.chunkCache
Local cache of dungeon chunk information. |
Methods in com.aranai.dungeonator.dungeonchunk that return DungeonChunk | |
---|---|
private DungeonChunk |
DungeonChunkManager.getCachedChunk(java.lang.String hash)
Gets a cached DungeonChunk based on its hash code |
private DungeonChunk |
DungeonChunkManager.getCachedChunk(java.lang.String world,
int x,
int z)
Gets a cached DungeonChunk based on world, x and z coordinates
Convenience alias for DungeonChunkManager.getCachedChunk(String) . |
DungeonChunk |
DungeonChunkManager.getChunk(java.lang.String hash)
Gets the DungeonChunk for the specified coordinates |
DungeonChunk |
DungeonChunkManager.getChunk(java.lang.String world,
int x,
int z)
Gets a DungeonChunk matching the specified coordinates. |
Methods in com.aranai.dungeonator.dungeonchunk with parameters of type DungeonChunk | |
---|---|
void |
DungeonChunkManager.storeChunk(DungeonChunk chunk)
Stores and caches the Dungeonator-specific chunk data. |
void |
DungeonChunkManager.updateCachedChunk(DungeonChunk chunk)
Save a DungeonChunk to the local cache. |
Uses of DungeonChunk in com.aranai.dungeonator.generator |
---|
Fields in com.aranai.dungeonator.generator declared as DungeonChunk | |
---|---|
private DungeonChunk |
DungeonChunkEditor.chunk
The chunk. |
Methods in com.aranai.dungeonator.generator with parameters of type DungeonChunk | |
---|---|
void |
DungeonChunkGenerator.generateChunk(DungeonChunk dc)
Generates chunk data for a new DungeonChunk. |
private void |
DungeonChunkGenerator.generateProceduralChunk(DungeonChunk dc,
DungeonChunkDoorway[] candidateDoorways)
Generates basic procedural chunk data using the specified DungeonChunk and candidate doorways. |
void |
DungeonChunkEditor.start(DungeonChunk c)
Starts the editing operation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |