Uses of Class
spellcast.game.TurnType

Packages that use TurnType
spellcast.game   
 

Uses of TurnType in spellcast.game
 

Methods in spellcast.game that return TurnType
 TurnType Turn.getType()
          The type of the turn.
static TurnType TurnType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TurnType[] TurnType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in spellcast.game with parameters of type TurnType
 Turn Turn.getNextTurn(TurnType theTurnType)
          Return the next turn given the turn type.
 void Turn.setType(TurnType theTurnType)
          Set the value of the turn type.
 

Constructors in spellcast.game with parameters of type TurnType
Turn(int theTurnNumber, TurnType theTurnType)
           
 



Copyright © 2001-2005 Spellcast. All Rights Reserved.