|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |