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

Packages that use GameStateFlag
org.starhope.appius.game   
org.starhope.appius.game.npc   
org.starhope.appius.user   
org.starhope.appius.via   
 

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 LaserTagGame.acceptGameStateChange(GameEvent game, GameStateFlag newGameState)
           
 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.npc
 

Methods in org.starhope.appius.game.npc with parameters of type GameStateFlag
 void AbstractScriptedNPC.acceptGameStateChange(GameEvent gameCode, GameStateFlag gameState)
          This is an overriding method.
 

Uses of GameStateFlag in org.starhope.appius.user
 

Methods in org.starhope.appius.user with parameters of type GameStateFlag
 void User.acceptGameStateChange(GameEvent gameCode, GameStateFlag gameState)
          This is an overriding method.
 

Uses of GameStateFlag in org.starhope.appius.via
 

Methods in org.starhope.appius.via with parameters of type GameStateFlag
 void RemoteUser.acceptGameStateChange(GameEvent gameCode, GameStateFlag gameState)
          This is an overriding method.