|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Game | |
---|---|
com.asdf.common | Common classes shared by client and server. |
com.asdf.plugins.hello | |
com.asdf.plugins.pokergames | In-built pokergame implementation. |
com.asdf.plugins.pokergames.texasholdem | Texas Hold'em implementation. |
com.asdf.server | Server component of the software. |
com.asdf.test | Contains all the test cases and associated utility libraries. |
Uses of Game in com.asdf.common |
---|
Constructors in com.asdf.common with parameters of type Game | |
---|---|
GameTimerTask(Game game)
Constructor |
Uses of Game in com.asdf.plugins.hello |
---|
Subclasses of Game in com.asdf.plugins.hello | |
---|---|
class |
ServerSideHelloGameLogic
|
Uses of Game in com.asdf.plugins.pokergames |
---|
Subclasses of Game in com.asdf.plugins.pokergames | |
---|---|
class |
PokerGame
Poker game class. |
Uses of Game in com.asdf.plugins.pokergames.texasholdem |
---|
Subclasses of Game in com.asdf.plugins.pokergames.texasholdem | |
---|---|
class |
TexasHoldemGame
|
Uses of Game in com.asdf.server |
---|
Methods in com.asdf.server that return Game | |
---|---|
static Game |
GameFactory.createGame(java.lang.String[] classDirs,
java.lang.String className,
Server server,
long gameID,
java.lang.String name)
Tries to load and initialize a class found in classDir in package className. |
static Game |
GameFactory.createGame(java.lang.String className,
Server server,
long gameID,
java.lang.String name)
Tries to load and initialize a class found in classDir in package className. |
Game |
Account.getSession(java.lang.Long id)
Getter for game instance. |
Methods in com.asdf.server with parameters of type Game | |
---|---|
void |
Account.insertSession(Game game)
Creates a new session for this account. |
boolean |
Account.insertSession(java.lang.Long id,
Game game)
Creates a new session for this account |
Uses of Game in com.asdf.test |
---|
Subclasses of Game in com.asdf.test | |
---|---|
class |
TestGamePlugin
Game for testing purposes |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |