Uses of Class
spellcast.game.Turn

Packages that use Turn
spellcast.game   
 

Uses of Turn in spellcast.game
 

Fields in spellcast.game declared as Turn
static Turn Turn.AFTER_GAME
           
static Turn Turn.BEFORE_GAME
           
 

Methods in spellcast.game that return Turn
 Turn Turn.getNextTurn(TurnType theTurnType)
          Return the next turn given the turn type.
 Turn IGame.getTurn()
          Get the value of turn.
 Turn Game.getTurn()
          Get the value of turn.
 

Methods in spellcast.game with parameters of type Turn
 void IGame.setTurn(Turn theTurn)
          Set the the curent turn for the game.
 void Game.setTurn(Turn v)
          Set the the curent turn for the game.
 



Copyright © 2001-2005 Spellcast. All Rights Reserved.