Uses of Class
org.starhope.appius.game.GameStateFlag

Packages that use GameStateFlag
org.starhope.appius.game   
org.starhope.appius.game.laserTag   
org.starhope.appius.game.npc   
org.starhope.appius.game.npc.plebeian   
org.starhope.appius.user   
 

Uses of GameStateFlag in org.starhope.appius.game
 

Fields in org.starhope.appius.game declared as GameStateFlag
protected  GameStateFlag GameEvent.gameState
          the current game state (mode)
 

Fields in org.starhope.appius.game with type parameters of type GameStateFlag
private static ConcurrentLinkedQueue<Map.Entry<GameEvent,GameStateFlag>> GameEvent.stateChangeQueue
          Queue for state changes in all GameEvents
 

Methods in org.starhope.appius.game that return GameStateFlag
static GameStateFlag GameStateFlag.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GameStateFlag[] GameStateFlag.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.starhope.appius.game with parameters of type GameStateFlag
 void GameEvent.acceptGameStateChange(GameEvent game, GameStateFlag newGameState)
          This is an overriding method.
 void RoomListener.acceptGameStateChange(GameEvent gameCode, GameStateFlag gameState)
          Notification of a GameEvent changing state for the room
protected  void GameEvent.changeGameState(GameStateFlag newState)
           
 

Uses of GameStateFlag in org.starhope.appius.game.laserTag
 

Methods in org.starhope.appius.game.laserTag with parameters of type GameStateFlag
 void LaserTagGame.acceptGameStateChange(GameEvent game, GameStateFlag newGameState)
           
 

Uses of GameStateFlag in org.starhope.appius.game.npc
 

Methods in org.starhope.appius.game.npc with parameters of type GameStateFlag
 void Ejecta.acceptGameStateChange(GameEvent gameCode, GameStateFlag gameState)
           
 

Uses of GameStateFlag in org.starhope.appius.game.npc.plebeian
 

Methods in org.starhope.appius.game.npc.plebeian with parameters of type GameStateFlag
 void Plebeian.acceptGameStateChange(GameEvent gameCode, GameStateFlag gameState)
           
 

Uses of GameStateFlag in org.starhope.appius.user
 

Methods in org.starhope.appius.user with parameters of type GameStateFlag
 void AbstractNonPlayerCharacter.acceptGameStateChange(GameEvent gameCode, GameStateFlag gameState)
           
 void User.acceptGameStateChange(GameEvent gameCode, GameStateFlag gameState)