Skip navigation links
A B C D E G H I M N O P R S T U V W 

I

initialTurnInRound() - Method in class wcg.games.GameMaster
In turn based games, provides the nick of the player player to play in the next round.
initialTurnInRound() - Method in class wcg.games.hearts.HeartsGameMaster
The player that played the highest card from the suit to follow start the next round, as computed in beforeRoundConclusion().
initialTurnInRound() - Method in class wcg.games.war.WarGameMaster
Return null since this game is not played in turns.
instance - Static variable in class wcg.games.DefaultCardComparator
 
isEmpty() - Method in class wcg.games.CardCollection
Is this card collection is empty?
isWithTurns() - Method in class wcg.games.GameMaster
Do players play in turn, one after the other, in the order they were given in the constructor? Or can they play in any order?
isWithTurns() - Method in class wcg.games.hearts.HeartsGameMaster
HEARTS is a played in turns.
isWithTurns() - Method in class wcg.games.war.WarGameMaster
Players play at once, not in turns.
iterator() - Method in class wcg.games.CardCollection
An iterator over the cards in this collection.
iterator() - Method in class wcg.main.RealManagerTest.TestPlayers
 
A B C D E G H I M N O P R S T U V W 
Skip navigation links