public interface IPlayer
PlayerInterface
contains all the method frames for a Player
object.
A Player
combines all values of a player, it always references to exactly
one Token
at a time and extends the IGameModelListener
which is why it is a listener for
a Game
object.Modifier and Type | Method and Description |
---|---|
int |
getClientId() |
int |
getColorId() |
KickState |
getKickState() |
String |
getName() |
Iterator<Tile> |
getTilesIterator() |
IToken |
getToken() |
boolean |
isAI() |
void |
setColorId(int id) |
void |
setKickState(KickState kickState) |
Copyright © 2017 smarTen. All rights reserved.