Uses of Interface
VASSAL.chat.PlayerStatus
| Package | Description |
|---|---|
| VASSAL.chat |
Contains classes for specifying a VASSAL server implementation that follows a chat-room paradigm.
|
| VASSAL.chat.jabber |
-
Uses of PlayerStatus in VASSAL.chat
Classes in VASSAL.chat that implement PlayerStatus Modifier and Type Class Description classSimpleStatusImmutable PlayerStatus class with flags indicating "looking for a game" and "away from keyboard" and a String profileFields in VASSAL.chat declared as PlayerStatus Modifier and Type Field Description protected PlayerStatusSimplePlayer. statusMethods in VASSAL.chat that return PlayerStatus Modifier and Type Method Description PlayerStatusPlayer. getStatus()Return the current status of the playerPlayerStatusSimplePlayer. getStatus()Methods in VASSAL.chat with parameters of type PlayerStatus Modifier and Type Method Description voidSimplePlayer. setStatus(PlayerStatus status)Constructors in VASSAL.chat with parameters of type PlayerStatus Constructor Description SimplePlayer(String id, String name, PlayerStatus status) -
Uses of PlayerStatus in VASSAL.chat.jabber
Classes in VASSAL.chat.jabber that implement PlayerStatus Modifier and Type Class Description classJabberStatus