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 class
SimpleStatus
Immutable 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 PlayerStatus
SimplePlayer. status
Methods in VASSAL.chat that return PlayerStatus Modifier and Type Method Description PlayerStatus
Player. getStatus()
Return the current status of the playerPlayerStatus
SimplePlayer. getStatus()
Methods in VASSAL.chat with parameters of type PlayerStatus Modifier and Type Method Description void
SimplePlayer. 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 class
JabberStatus