Uses of Class
jurpe.dungeon.rpgmap.Cell

Packages that use Cell
jurpe.dungeon   
jurpe.dungeon.hexmap   
jurpe.dungeon.rpgmap   
 

Uses of Cell in jurpe.dungeon
 

Methods in jurpe.dungeon that return Cell
 Cell PlaceHolder.getCell()
          Get RpgMapCell in which Placeholder is
 

Methods in jurpe.dungeon with parameters of type Cell
 void PlaceHolder.setCell(Cell c)
          Set RpgMapCell in which Placeholder is
 

Uses of Cell in jurpe.dungeon.hexmap
 

Methods in jurpe.dungeon.hexmap that return Cell
 Cell HexMapView.getDisplayableEmptyRandomCell(java.util.Random rnd, boolean nextToCenter)
          Get a random cell in this map.
 

Uses of Cell in jurpe.dungeon.rpgmap
 

Methods in jurpe.dungeon.rpgmap that return Cell
 Cell RpgMap.getCell(Cell from, Direction to)
          Get RpgMapCell that is located in direction 'to' starting from 'from' Cell
 Cell RpgMap.getCell(HexPoint p)
          Get Cell
 Cell MapView.getCell(HexPoint p)
          Get RpgMapCell at RpgMapCoordinates XY
 Cell MapTiles.getCell(HexPoint p)
          Get a MapCell in p point hexagon coordinates
 Cell ILogicalMap.getCell(HexPoint hexPoint)
          Get RpgMapCell at RpgMapCoordinates XY
 Cell RpgMap.getCell(short x, short y)
          Get Cell
 Cell MapView.getCell(short x, short y)
          Get RpgMapCell at RpgMapCoordinates XY
 Cell MapTiles.getCell(short x, short y)
          Get a cell
 Cell RpgMap.getEmptyRandomCell(boolean nextToCenter)
          Get a random cell in this map that is not a wall or a special cell.
 Cell RpgMap.getRandomCell()
          Get a random cell in this map
 Cell MapTiles.getRandomCell(java.util.Random rndgen)
          Get a random RpgMapCell
 Cell RpgMap.getSpecialCell(LocationType type)
          Get the first found cell of the specified location type
 Cell MapIterator.next()
          Get next object
 

Methods in jurpe.dungeon.rpgmap with parameters of type Cell
 Cell RpgMap.getCell(Cell from, Direction to)
          Get RpgMapCell that is located in direction 'to' starting from 'from' Cell
 


Jurpe - Java Universal Role Playing Engine - http://jurpe.sourceforge.net