- RealManagerTest - Class in wcg.main
-
- RealManagerTest() - Constructor for class wcg.main.RealManagerTest
-
- RealManagerTest.TestPlayers - Class in wcg.main
-
A class similar to TestPlayers
but using manager rather than Gamemaster
.
- RealManagerTest.TestPlayers.TestPlayer - Class in wcg.main
-
Class to collect data from events
- registerPlayer(String, String) - Method in class wcg.main.Manager
-
Register a human player (an user) to participate in card games.
- removeExpiredGames() - Method in class wcg.main.GamePool
-
Remove all games in this pool that have already expired.
- removeRepeated() - Method in class wcg.games.CardCollection
-
Removes duplicates in this collection.
- reset() - Method in class wcg.main.GamePool
-
Resets GamePool's fields to enable unit testing
on the Manager
singleton.
- reset() - Method in class wcg.main.Manager
-
Resets manager's fields to enable unit testing.
- reset() - Method in class wcg.main.UserPool
-
Resets UserPool's fields to enable unit testing
on the Manager
singleton.
- restore() - Static method in class wcg.main.UserPool
-
Restore backup file and return saved pool.
- RoundConclusionEvent - Class in wcg.shared.events
-
An event to report the conclusion of a round.
- RoundConclusionEvent() - Constructor for class wcg.shared.events.RoundConclusionEvent
-
- RoundConclusionEvent(String, Map<String, List<Card>>, int, Map<String, Integer>) - Constructor for class wcg.shared.events.RoundConclusionEvent
-
Instantiate an event with given data.
- roundsCompleted - Variable in class wcg.main.RealManagerTest.TestPlayers.TestPlayer
-
- RoundUpdateEvent - Class in wcg.shared.events
-
An event to report changes to the current status of a game.
- RoundUpdateEvent() - Constructor for class wcg.shared.events.RoundUpdateEvent
-
- RoundUpdateEvent(String, Map<String, List<Card>>, String, int, String) - Constructor for class wcg.shared.events.RoundUpdateEvent
-
Instantiate an event with given data.
- run() - Method in class wcg.games.GameBot
-
The active part of the thread is responsible for processing events.