- sendCards(String, CardCollection) - Method in class wcg.games.GameMaster
-
Send to player with the given nick the given card collection.
- SendCardsEvent - Class in wcg.shared.events
-
An event to send cards to players.
- SendCardsEvent() - Constructor for class wcg.shared.events.SendCardsEvent
-
- SendCardsEvent(String, List<Card>) - Constructor for class wcg.shared.events.SendCardsEvent
-
- setBackupFile(File) - Static method in class wcg.main.UserPool
-
Change the file used for backups.
- setBackupFile(String) - Static method in class wcg.main.UserPool
-
Convenience method to set the backup file as a string
- setExpirationtime(long) - Static method in class wcg.games.GameMaster
-
Change time in milliseconds for a game to expire.
- setHand(CardCollection) - Method in class wcg.games.GameBot
-
Change the cards this player holds in her hand
for testing purposes only.
- setMode(String) - Method in class wcg.games.GameBot
-
Change the mode the mode is currently testing purposes only.
- setMode(String) - Method in class wcg.games.GameMaster
-
Change current game mode.
- setStrategy(GamePlayingStrategy) - Method in class wcg.games.GameBot
-
Set the card picking strategy the the given one.
- setUp() - Method in class wcg.main.RealManagerTest
-
- setUpBeforeClass() - Static method in class wcg.main.RealManagerTest
-
- shuffle() - Method in class wcg.games.CardCollection
-
Shuffle the cards in this collection.
- size() - Method in class wcg.games.CardCollection
-
Number of cards in this collection.
- startGame() - Method in class wcg.games.GameMaster
-
Method invoked when all players joined the game.
- startGame() - Method in class wcg.games.hearts.HeartsGameMaster
-
No preparation is needed for HEARTS
- startGame() - Method in class wcg.games.war.WarGameMaster
-
No initializations needed
- startPlaying() - Method in class wcg.games.GameMaster
-
Start playing this game: change stage to PLAYING, start the game
and update players.