Package | Description |
---|---|
de.smarten.tsuro.shared.gamemodel |
The GameModel package is used by every other component of our software.
|
de.smarten.tsuro.shared.network |
Modifier and Type | Method and Description |
---|---|
KickState |
IPlayer.getKickState() |
KickState |
Player.getKickState() |
static KickState |
KickState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KickState[] |
KickState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Game.kickPlayer(Player player,
KickState kickState) |
boolean |
IGame.kickPlayer(Player player,
KickState kickState)
changes the given players kickState (only if the player object belongs to this game)
|
void |
IPlayer.setKickState(KickState kickState) |
void |
Player.setKickState(KickState kickState) |
Modifier and Type | Method and Description |
---|---|
static KickState |
GameModelTranslator.eKickReasonToKickState(de.upb.swt.swtpra2017.swtinterface.KickReason eKickReason) |
Modifier and Type | Method and Description |
---|---|
static de.upb.swt.swtpra2017.swtinterface.KickReason |
GameModelTranslator.kickStateToEKickReason(KickState kickState) |
Copyright © 2017 smarTen. All rights reserved.