Package | Description |
---|---|
server.commands | |
server.commands.game | |
server.commands.games | |
server.commands.moves | |
server.commands.user | |
server.commands.util | |
testing.server.commands |
Modifier and Type | Method and Description |
---|---|
abstract ICommand |
Factory.GetCommand(java.lang.StringBuilder param,
NetworkCookie cookie,
java.lang.String object)
Gets the necessary command from the provided data.
|
ICommand |
CommandFactory.GetCommand(java.lang.StringBuilder param,
NetworkCookie cookie,
java.lang.String object) |
Modifier and Type | Method and Description |
---|---|
ICommand |
GameCommandFactory.GetCommand(java.lang.StringBuilder param,
NetworkCookie cookie,
java.lang.String object) |
Modifier and Type | Method and Description |
---|---|
ICommand |
GamesCommandFactory.GetCommand(java.lang.StringBuilder param,
NetworkCookie cookie,
java.lang.String object) |
Modifier and Type | Method and Description |
---|---|
ICommand |
MovesCommandFactory.GetCommand(java.lang.StringBuilder param,
NetworkCookie cookie,
java.lang.String object) |
Modifier and Type | Method and Description |
---|---|
ICommand |
UserCommandFactory.GetCommand(java.lang.StringBuilder param,
NetworkCookie cookie,
java.lang.String object) |
Modifier and Type | Method and Description |
---|---|
ICommand |
UtilCommandFactory.GetCommand(java.lang.StringBuilder param,
NetworkCookie cookie,
java.lang.String object) |
Modifier and Type | Method and Description |
---|---|
void |
CommandFactoryTest.TestGameAddAI() |
void |
CommandFactoryTest.TestGameCommands() |
void |
CommandFactoryTest.TestGameListAI() |
void |
CommandFactoryTest.TestGameModel() |
void |
CommandFactoryTest.TestGameReset() |
void |
CommandFactoryTest.TestGamesCreate() |
void |
CommandFactoryTest.TestGamesJoin() |
void |
CommandFactoryTest.TestGamesList() |
void |
CommandFactoryTest.TestInvalidParameter() |
void |
CommandFactoryTest.TestMovesAcceptTrade() |
void |
CommandFactoryTest.TestMovesBuildCity() |
void |
CommandFactoryTest.TestMovesBuildRoad() |
void |
CommandFactoryTest.TestMovesBuildSettlement() |
void |
CommandFactoryTest.TestMovesBuyDevCard() |
void |
CommandFactoryTest.TestMovesDiscardCards() |
void |
CommandFactoryTest.TestMovesFinishTurn() |
void |
CommandFactoryTest.TestMovesMaritimeTrade() |
void |
CommandFactoryTest.TestMovesMonopoly() |
void |
CommandFactoryTest.TestMovesMonument() |
void |
CommandFactoryTest.TestMovesOfferTrade() |
void |
CommandFactoryTest.TestMovesRoad_Builder() |
void |
CommandFactoryTest.TestMovesRoadBuilding() |
void |
CommandFactoryTest.TestMovesRobPlayer() |
void |
CommandFactoryTest.TestMovesRollNumber() |
void |
CommandFactoryTest.TestMovesSendChat() |
void |
CommandFactoryTest.TestMovesSoldier() |
void |
CommandFactoryTest.TestMovesYear_Of_Plenty() |
void |
CommandFactoryTest.TestMovesYearOfPlenty() |
void |
CommandFactoryTest.TestUserLogin() |
void |
CommandFactoryTest.TestUserRegister() |
void |
CommandFactoryTest.TestUtilChangeLogLevel() |