Uses of Interface
org.vizzini.game.IGameState

Packages that use IGameState
org.vizzini.game Provides core game classes for the game framework. 
 

Uses of IGameState in org.vizzini.game
 

Classes in org.vizzini.game that implement IGameState
 class AbstractGameState
          Provides base functionality for game states in the game framework.
 class DefaultGameState
          Provides default functionality for game states in the game framework.
 

Methods in org.vizzini.game that return IGameState
protected  IGameState AbstractGame.createGameState(Properties properties)
          Create the game state.
 IGameState AbstractGame.getGameState()
          Return the game state.
 IGameState IGame.getGameState()
          Return the game state.
 

Methods in org.vizzini.game with parameters of type IGameState
protected  void AbstractGameState.copy(IGameState gameState)
          Copy the given game state into this.
 void AbstractEnvironment.open(IGameState gameState)
          Open the game contained in the given game state.
 void IEnvironment.open(IGameState gameState)
          Open the game contained in the given game state.
 



Copyright © 2007 Vizzini.org. All Rights Reserved. 2007.12.25.03.00.02