Uses of Interface
com.aranai.dungeonator.dungeonchunk.IDungeonRoom

Packages that use IDungeonChunk
com.aranai.dungeonator.dungeonchunk   
 

Uses of IDungeonChunk in com.aranai.dungeonator.dungeonchunk
 

Classes in com.aranai.dungeonator.dungeonchunk that implement IDungeonChunk
 class DungeonChunk
          Stores and manipulates Dungeonator chunk information, including type, neighbors, and doorways.
 

Methods in com.aranai.dungeonator.dungeonchunk that return IDungeonChunk
 IDungeonChunk IDungeonChunk.getNeighbor(byte direction)
          Gets the neighboring chunk matching the specified direction.
 IDungeonChunk DungeonChunk.getNeighbor(byte direction)
           
 

Methods in com.aranai.dungeonator.dungeonchunk with parameters of type IDungeonChunk
 void IDungeonChunk.setNeighbor(byte direction, IDungeonChunk neighbor)
          Sets the neighboring chunk for the specified direction.
 void DungeonChunk.setNeighbor(byte direction, IDungeonChunk neighbor)