Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
N
O
P
R
S
T
U
V
W
X
Z
D
dataManager
- Variable in class com.aranai.dungeonator.
Dungeonator
The dungeon data manager.
dataManager
- Variable in class com.aranai.dungeonator.dungeonchunk.
DungeonChunkManager
DungeonDataManager instance
dataStore
- Variable in class com.aranai.dungeonator.
Dungeonator
The dungeon data store.
dataStore
- Variable in class com.aranai.dungeonator.
DungeonDataManager
The dungeon data store.
DataStoreDeleteException
- Exception in
com.aranai.dungeonator.datastore
A DataStoreDeleteException is thrown when a data storage delete operation fails.
DataStoreDeleteException()
- Constructor for exception com.aranai.dungeonator.datastore.
DataStoreDeleteException
Instantiates a new delete exception with default entries.
DataStoreDeleteException(String, String)
- Constructor for exception com.aranai.dungeonator.datastore.
DataStoreDeleteException
Instantiates a new delete exception with a specified reason for failure and the delete location at which the failure occurred.
DataStoreException
- Exception in
com.aranai.dungeonator.datastore
DataStoreException()
- Constructor for exception com.aranai.dungeonator.datastore.
DataStoreException
Instantiates a new data store exception with default entries.
DataStoreException(String, String)
- Constructor for exception com.aranai.dungeonator.datastore.
DataStoreException
Instantiates a new data store exception with a specified reason for failure and the location at which the failure occurred.
DataStoreGetException
- Exception in
com.aranai.dungeonator.datastore
A DataStoreGetException is thrown when a data storage get operation fails.
DataStoreGetException()
- Constructor for exception com.aranai.dungeonator.datastore.
DataStoreGetException
Instantiates a new get exception with default entries.
DataStoreGetException(String, String)
- Constructor for exception com.aranai.dungeonator.datastore.
DataStoreGetException
Instantiates a new get exception with a specified reason for failure and the get location at which the failure occurred.
DataStoreSaveException
- Exception in
com.aranai.dungeonator.datastore
A SaveException is thrown when a data storage save operation fails.
DataStoreSaveException()
- Constructor for exception com.aranai.dungeonator.datastore.
DataStoreSaveException
Instantiates a new save exception with default entries.
DataStoreSaveException(String, String)
- Constructor for exception com.aranai.dungeonator.datastore.
DataStoreSaveException
Instantiates a new save exception with a specified reason for failure and the save location at which the failure occurred.
DCommandEvent
- Class in
com.aranai.dungeonator.event
The Class DCommandEvent.
DCommandEvent(Player, String, String[])
- Constructor for class com.aranai.dungeonator.event.
DCommandEvent
Instantiates a new DCommandEvent.
dcp
- Variable in class com.aranai.dungeonator.
DWorldListener
deleteChunk(DungeonChunk)
- Method in class com.aranai.dungeonator.datastore.
DungeonDataStore
deleteChunk(DungeonChunk)
- Method in interface com.aranai.dungeonator.datastore.
IDungeonDataStore
Delete chunk.
Direction
- Class in
com.aranai.dungeonator
Specifies byte values for the 12 cardinal directions, starting at 0 for North and proceeding clockwise.
Direction()
- Constructor for class com.aranai.dungeonator.
Direction
direction
- Variable in class com.aranai.dungeonator.dungeonchunk.
DungeonChunkDoorway
The direction.
doorways
- Variable in class com.aranai.dungeonator.dungeonchunk.
DungeonChunk
Doorways
DPlayerListener
- Class in
com.aranai.dungeonator
DPlayerListener(Dungeonator)
- Constructor for class com.aranai.dungeonator.
DPlayerListener
Dungeonator
- Class in
com.aranai.dungeonator
The Dungeonator JavaPlugin for Bukkit.
Dungeonator()
- Constructor for class com.aranai.dungeonator.
Dungeonator
Instantiates the JavaPlugin.
dungeonator
- Variable in class com.aranai.dungeonator.generator.
DungeonChunkEditor
Dungeonator instance
DungeonChunk
- Class in
com.aranai.dungeonator.dungeonchunk
Stores and manipulates Dungeonator chunk information, including type, neighbors, and doorways.
DungeonChunk()
- Constructor for class com.aranai.dungeonator.dungeonchunk.
DungeonChunk
Instantiates a new dungeon chunk.
DungeonChunk(DungeonChunkType)
- Constructor for class com.aranai.dungeonator.dungeonchunk.
DungeonChunk
Instantiates a new dungeon chunk with a specified DungeonChunkType.
DungeonChunk(Chunk)
- Constructor for class com.aranai.dungeonator.dungeonchunk.
DungeonChunk
Instantiates a new dungeon chunk from an existing chunk
DungeonChunk(DungeonChunkType, String, int, int, Chunk)
- Constructor for class com.aranai.dungeonator.dungeonchunk.
DungeonChunk
DungeonChunkDoorway
- Class in
com.aranai.dungeonator.dungeonchunk
DungeonChunkDoorway represents a single doorway for a chunk.
DungeonChunkDoorway(byte)
- Constructor for class com.aranai.dungeonator.dungeonchunk.
DungeonChunkDoorway
Instantiates a new dungeon chunk doorway.
DungeonChunkEditor
- Class in
com.aranai.dungeonator.generator
Handles in-game chunk editing for tiles.
DungeonChunkEditor(Dungeonator)
- Constructor for class com.aranai.dungeonator.generator.
DungeonChunkEditor
Instantiates the dungeon chunk editor.
DungeonChunkGenerator
- Class in
com.aranai.dungeonator.generator
Handles the down and dirty details of dungeon data generation
DungeonChunkGenerator()
- Constructor for class com.aranai.dungeonator.generator.
DungeonChunkGenerator
DungeonChunkGeneratorBukkit
- Class in
com.aranai.dungeonator.generator
Generates a suitable chunk given x and z coordinates and surrounding DungeonChunks.
DungeonChunkGeneratorBukkit()
- Constructor for class com.aranai.dungeonator.generator.
DungeonChunkGeneratorBukkit
DungeonChunkManager
- Class in
com.aranai.dungeonator.dungeonchunk
Handles storage and access for DungeonChunks via a local cache.
DungeonChunkManager(DungeonDataManager)
- Constructor for class com.aranai.dungeonator.dungeonchunk.
DungeonChunkManager
Instantiates the dungeon chunk manager.
DungeonChunkProvider
- Class in
com.aranai.dungeonator.generator
DungeonChunkProvider(World, long)
- Constructor for class com.aranai.dungeonator.generator.
DungeonChunkProvider
DungeonChunkType
- Enum in
com.aranai.dungeonator.dungeonchunk
Specifies types for DungeonChunks
DungeonChunkType()
- Constructor for enum com.aranai.dungeonator.dungeonchunk.
DungeonChunkType
DungeonDataManager
- Class in
com.aranai.dungeonator
Abstracts all data store access for Dungeonator.
DungeonDataManager(Dungeonator, DungeonDataStore)
- Constructor for class com.aranai.dungeonator.
DungeonDataManager
Instantiates the DungeonDataManager.
DungeonDataStore
- Class in
com.aranai.dungeonator.datastore
Provides a default (non-functional) implementation for others to extend.
DungeonDataStore()
- Constructor for class com.aranai.dungeonator.datastore.
DungeonDataStore
DWorldListener
- Class in
com.aranai.dungeonator
DWorldListener(Dungeonator)
- Constructor for class com.aranai.dungeonator.
DWorldListener
Instantiates a new world listener.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
N
O
P
R
S
T
U
V
W
X
Z