A B C D E F G H I L N O P R S T U V W X Z

G

generate(Random, int, int) - Method in class com.aranai.dungeonator.generator.DungeonChunkGeneratorBukkit
 
generateChunk(String, int, int, Chunk) - Method in class com.aranai.dungeonator.dungeonchunk.DungeonChunkManager
Generate a DungeonChunk for the specified Chunk.
generateChunk(DungeonChunk) - Method in class com.aranai.dungeonator.generator.DungeonChunkGenerator
Generates chunk data for a new DungeonChunk.
generateProceduralChunk(DungeonChunk, DungeonChunkDoorway[]) - Method in class com.aranai.dungeonator.generator.DungeonChunkGenerator
Generates basic procedural chunk data using the specified DungeonChunk and candidate doorways.
getArgs() - Method in class com.aranai.dungeonator.event.DCommandEvent
Gets the args.
getCachedChunk(String, int, int) - Method in class com.aranai.dungeonator.dungeonchunk.DungeonChunkManager
Gets a cached DungeonChunk based on world, x and z coordinates Convenience alias for DungeonChunkManager.getCachedChunk(String).
getCachedChunk(String) - Method in class com.aranai.dungeonator.dungeonchunk.DungeonChunkManager
Gets a cached DungeonChunk based on its hash code
getChunk(String) - Method in class com.aranai.dungeonator.datastore.DungeonDataStore
 
getChunk(String) - Method in interface com.aranai.dungeonator.datastore.IDungeonDataStore
Gets a DungeonChunk from the data store.
getChunk(String, int, int) - Method in class com.aranai.dungeonator.dungeonchunk.DungeonChunkManager
Gets a DungeonChunk matching the specified coordinates.
getChunk(String) - Method in class com.aranai.dungeonator.dungeonchunk.DungeonChunkManager
Gets the DungeonChunk for the specified coordinates
getChunk(String) - Method in class com.aranai.dungeonator.DungeonDataManager
Gets the requested DungeonChunk from the data store.
getChunk() - Method in class com.aranai.dungeonator.event.DCommandEvent
Gets the chunk.
getChunkAt(int, int) - Method in class com.aranai.dungeonator.generator.DungeonChunkProvider
 
getChunkAt(IChunkProvider, int, int) - Method in class com.aranai.dungeonator.generator.DungeonChunkProvider
 
getChunkEditor() - Method in class com.aranai.dungeonator.Dungeonator
Gets the chunk editor.
getChunkHash(String, int, int) - Method in class com.aranai.dungeonator.dungeonchunk.DungeonChunkManager
Gets a chunk hash based on world name, x and z coordinates.
getChunkManager() - Method in class com.aranai.dungeonator.Dungeonator
Gets the chunk manager.
getCmd() - Method in class com.aranai.dungeonator.event.DCommandEvent
Gets the command.
getDirection() - Method in class com.aranai.dungeonator.dungeonchunk.DungeonChunkDoorway
Gets the direction of the doorway.
getDoorway(byte) - Method in class com.aranai.dungeonator.dungeonchunk.DungeonChunk
 
getDoorway(byte) - Method in interface com.aranai.dungeonator.dungeonchunk.IDungeonChunk
Gets the doorway matching the specified direction.
getDoorwaysOnSide(byte[]) - Method in class com.aranai.dungeonator.dungeonchunk.DungeonChunk
 
getDoorwaysOnSide(byte[]) - Method in interface com.aranai.dungeonator.dungeonchunk.IDungeonChunk
Gets all of the doorways on the specified side.
getHandle() - Method in class com.aranai.dungeonator.dungeonchunk.DungeonChunk
 
getHandle() - Method in interface com.aranai.dungeonator.dungeonchunk.IDungeonChunk
Gets the handle for the DungeonChunk's chunk data.
getLocation() - Method in exception com.aranai.dungeonator.datastore.DataStoreException
Gets the save location.
getLogger() - Static method in class com.aranai.dungeonator.Dungeonator
Gets the Dungeonator logger instance.
getNeighbor(byte) - Method in class com.aranai.dungeonator.dungeonchunk.DungeonChunk
 
getNeighbor(byte) - Method in interface com.aranai.dungeonator.dungeonchunk.IDungeonChunk
Gets the neighboring chunk matching the specified direction.
getOffsetLocation() - Method in class com.aranai.dungeonator.generator.Cuboid
Gets the offset as a location.
getOffsetX() - Method in class com.aranai.dungeonator.generator.Cuboid
Gets the x offset from chunk origin.
getOffsetY() - Method in class com.aranai.dungeonator.generator.Cuboid
Gets the y offset from chunk origin.
getOffsetZ() - Method in class com.aranai.dungeonator.generator.Cuboid
Gets the z offset from chunk origin
getOrCreateChunk(int, int) - Method in class com.aranai.dungeonator.generator.DungeonChunkProvider
 
getPlayer() - Method in class com.aranai.dungeonator.event.DCommandEvent
Gets the player.
getReason() - Method in exception com.aranai.dungeonator.datastore.DataStoreException
Gets the reason for failure.
getSeed() - Method in class com.aranai.dungeonator.dungeonchunk.DungeonChunk
 
getSeed() - Method in interface com.aranai.dungeonator.dungeonchunk.IDungeonChunk
Gets the seed.
getSideFromDirection(byte) - Static method in class com.aranai.dungeonator.Direction
Gets the side to which the specified direction belongs.
getSizeX() - Method in class com.aranai.dungeonator.generator.Cuboid
Gets the cuboid's width.
getSizeY() - Method in class com.aranai.dungeonator.generator.Cuboid
Gets the cuboid's height.
getSizeZ() - Method in class com.aranai.dungeonator.generator.Cuboid
Gets the cuboid's depth.
getThickness() - Method in class com.aranai.dungeonator.generator.Cuboid
Gets the cuboid's wall thickness.
getType() - Method in class com.aranai.dungeonator.dungeonchunk.DungeonChunk
 
getType() - Method in interface com.aranai.dungeonator.dungeonchunk.IDungeonChunk
Gets the DungeonChunkType for the chunk.
getWorld() - Method in class com.aranai.dungeonator.dungeonchunk.DungeonChunk
 
getWorld() - Method in interface com.aranai.dungeonator.dungeonchunk.IDungeonChunk
Gets the world name.
getX() - Method in class com.aranai.dungeonator.dungeonchunk.DungeonChunk
 
getX() - Method in interface com.aranai.dungeonator.dungeonchunk.IDungeonChunk
Gets the x coordinate for the chunk.
getZ() - Method in class com.aranai.dungeonator.dungeonchunk.DungeonChunk
 
getZ() - Method in interface com.aranai.dungeonator.dungeonchunk.IDungeonChunk
Gets the z coordinate for the chunk.
grad(int, double, double, double) - Static method in class com.aranai.dungeonator.generator.ImprovedNoise
 

A B C D E F G H I L N O P R S T U V W X Z