Uses of Interface
com.aranai.dungeonator.IDungeonChunk

Packages that use IDungeonChunk
com.aranai.dungeonator   
 

Uses of IDungeonChunk in com.aranai.dungeonator
 

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

Methods in com.aranai.dungeonator 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 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)