Uses of Class
org.deken.game.map.GameMap.QUEUE

Packages that use GameMap.QUEUE
org.deken.game.map The Map package contains various maps for storing the locations of game pieces. 
 

Uses of GameMap.QUEUE in org.deken.game.map
 

Methods in org.deken.game.map that return GameMap.QUEUE
static GameMap.QUEUE GameMap.QUEUE.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GameMap.QUEUE[] GameMap.QUEUE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.deken.game.map with parameters of type GameMap.QUEUE
 void GameMap.updateQueueComponent(GComponent gComponent, GameMap.QUEUE queue)