JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes
A
B
C
D
E
G
H
I
M
N
O
P
R
S
T
U
V
W
A
AbstractGameFactory
- Interface in
wcg.games
Type of a class that produces specializations of
GameMaster
for particular games given their names.
acceptsPlayers()
- Method in class wcg.games.
GameMaster
Is this game still accepting players?
addAllCards(List<Card>)
- Method in class wcg.games.
CardCollection
Add a list of cards to this collection.
addBotPlayer(String)
- Method in class wcg.main.
Manager
Add a
bot
to the given game instance.
addCard(Card)
- Method in class wcg.games.
CardCollection
Add a single card to this collection.
addCard(CardSuit, CardValue)
- Method in class wcg.games.
CardCollection
Convenience methods to add card given suit and value.
addCardCollection(CardCollection)
- Method in class wcg.games.
CardCollection
Add another collection to this one.
addObserver(String, GameObserver)
- Method in class wcg.games.
ObservableGame
Add a
GameObserver
that will receive a notification when an event is broadcast.
addPlayer(Player)
- Method in class wcg.games.
GameMaster
Adds given player to this game.
addPlayer(String, String, String)
- Method in class wcg.main.
Manager
Add a player to a given game instance.
addPlayersTo(String)
- Method in class wcg.main.
RealManagerTest.TestPlayers
Add all players to given game.
addUser(String, String)
- Method in class wcg.main.
UserPool
Add an user with given nick and password.
allCardsOnTable
- Variable in class wcg.main.
RealManagerTest.TestPlayers.TestPlayer
asList()
- Method in class wcg.games.
CardCollection
Return cards as a new list of cards.
authenticate(String)
- Method in class wcg.main.
User
Checks if given password authenticates this user.
A
B
C
D
E
G
H
I
M
N
O
P
R
S
T
U
V
W
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes