Uses of Interface
VASSAL.chat.Player
| Package | Description |
|---|---|
| VASSAL.chat |
Contains classes for specifying a VASSAL server implementation that follows a chat-room paradigm.
|
| VASSAL.chat.jabber | |
| VASSAL.chat.node | |
| VASSAL.chat.peer2peer | |
| VASSAL.chat.ui |
-
Uses of Player in VASSAL.chat
Classes in VASSAL.chat that implement Player Modifier and Type Class Description classSimplePlayerSimple Player beanMethods in VASSAL.chat that return Player Modifier and Type Method Description PlayerLockableRoom. getOwningPlayer()PlayerPrivateChatter. getPlayer()PlayerSimpleRoom. getPlayer(String id)PlayerSynchCommand. getPlayer()PlayerPrivMsgCommand. getSender()PlayerSoundEncoder.Cmd. getSender()PlayerChatServerConnection. getUserInfo()Return a Player instance representing the current playerPlayerDummyClient. getUserInfo()PlayerHybridClient. getUserInfo()PlayerHybridClient. stringToPlayer(String s)PlayerPlayerEncoder. stringToPlayer(String s)Methods in VASSAL.chat that return types with arguments of type Player Modifier and Type Method Description List<Player>Room. getPlayerList()Return an (unmodifiable) list of playersList<Player>SimpleRoom. getPlayerList()Iterator<Player>SimpleRoom. getPlayers()Deprecated, for removal: This API element is subject to removal in a future version.Methods in VASSAL.chat with parameters of type Player Modifier and Type Method Description voidRoom. addPlayer(Player p)Add a player to this roomvoidSimpleRoom. addPlayer(Player p)booleanSimpleRoom. contains(Player p)voidLockableChatServerConnection. doKick(Player p)Kick a player from this roomPrivateChatterPrivateChatManager. getChatterFor(Player sender)booleanLockableChatServerConnection. isInvitable(Player invitee)Can a player be invited to this room by me?booleanLockableChatServerConnection. isKickable(Player kickee)Can a player be kicked from this room by me?StringHybridClient. playerToString(Player p)StringPlayerEncoder. playerToString(Player p)voidRoom. removePlayer(Player p)Remove a player from this roomvoidSimpleRoom. removePlayer(Player p)voidLockableChatServerConnection. sendInvite(Player p)Invite a player to this roomvoidChatServerConnection. sendTo(Player recipient, Command c)Send a Command to a particular playervoidDummyClient. sendTo(Player recipient, Command c)voidHybridClient. sendTo(Player recipient, Command c)voidSimpleRoom. setPlayers(Player[] players)voidChatServerConnection. setUserInfo(Player p)Set the Player instance representing this playervoidDummyClient. setUserInfo(Player playerInfo)voidHybridClient. setUserInfo(Player p)Constructors in VASSAL.chat with parameters of type Player Constructor Description Cmd(String soundKey, Player player)PrivateChatter(Player other, ChatServerConnection client)PrivMsgCommand(PrivateChatManager mgr, Player sender, String msg)SimpleRoom(String name, Player[] players)SynchCommand(Player p, ChatServerConnection client) -
Uses of Player in VASSAL.chat.jabber
Classes in VASSAL.chat.jabber that implement Player Modifier and Type Class Description classJabberPlayerMethods in VASSAL.chat.jabber that return Player Modifier and Type Method Description PlayerJabberRoom. getOwningPlayer()PlayerJabberClient. getUserInfo()PlayerJabberClient. stringToPlayer(String s)Methods in VASSAL.chat.jabber with parameters of type Player Modifier and Type Method Description voidJabberClient. doKick(Player kickee)Kick a player from this roombooleanJabberClient. isInvitable(Player invitee)Can a player be invited to this room?booleanJabberClient. isKickable(Player kickee)Is a player kickable from this room?StringJabberClient. playerToString(Player p)voidJabberClient. sendInvite(Player invitee)Send invitation to playervoidJabberClient. sendTo(Player recipient, Command c)voidJabberClient. setUserInfo(Player p) -
Uses of Player in VASSAL.chat.node
Classes in VASSAL.chat.node that implement Player Modifier and Type Class Description classNodePlayerASimplePlayersubclass used in clients of the hierarchical serverMethods in VASSAL.chat.node that return Player Modifier and Type Method Description PlayerNodeRoom. getOwningPlayer()PlayerNodeClient. getUserInfo()PlayerNodeClient. stringToPlayer(String s)Methods in VASSAL.chat.node with parameters of type Player Modifier and Type Method Description voidNodeClient. doKick(Player kickee)booleanNodeClient. isInvitable(Player invitee)booleanNodeClient. isKickable(Player kickee)StringNodeClient. playerToString(Player p)voidNodeClient. sendInvite(Player invitee)Send Invitation to another player to join the current roomvoidNodeClient. sendTo(Player recipient, Command c)voidNodeClient. setUserInfo(Player p)Constructors in VASSAL.chat.node with parameters of type Player Constructor Description NodeRoom(String name, Player[] players) -
Uses of Player in VASSAL.chat.peer2peer
Classes in VASSAL.chat.peer2peer that implement Player Modifier and Type Class Description classP2PPlayerMethods in VASSAL.chat.peer2peer that return Player Modifier and Type Method Description PlayerP2PClient. getUserInfo()PlayerP2PClient. stringToPlayer(String s)Methods in VASSAL.chat.peer2peer that return types with arguments of type Player Modifier and Type Method Description Enumeration<Player>RoomTracker. getJoinedPlayers()Enumeration<Player>RoomTracker. getLeftPlayers()Methods in VASSAL.chat.peer2peer with parameters of type Player Modifier and Type Method Description SimpleRoomRoomManager. getRoomContaining(Player p)StringP2PClient. playerToString(Player p)voidP2PClient. sendTo(Player recipient, Command c)voidP2PPlayer. setStats(Player p)voidP2PClient. setUserInfo(Player p) -
Uses of Player in VASSAL.chat.ui
Constructors in VASSAL.chat.ui with parameters of type Player Constructor Description PrivateMessageAction(Player p, ChatServerConnection client, PrivateChatManager mgr)SendSoundAction(String name, ChatServerConnection client, String soundKey, Player target)SynchAction(Player p, ChatServerConnection client)
SimpleRoom.getPlayerList()instead.