Uses of Class
VASSAL.chat.jabber.JabberPlayer
Package | Description |
---|---|
VASSAL.chat.jabber |
-
Uses of JabberPlayer in VASSAL.chat.jabber
Methods in VASSAL.chat.jabber that return JabberPlayer Modifier and Type Method Description JabberPlayer
JabberPlayer.Manager. getPlayer(String jid)
JabberPlayer
JabberPlayer.Manager. getPlayerByLogin(JabberClient client, String login)
Methods in VASSAL.chat.jabber that return types with arguments of type JabberPlayer Modifier and Type Method Description Collection<JabberPlayer>
JabberPlayer.Manager. getAllPlayers()
Methods in VASSAL.chat.jabber with parameters of type JabberPlayer Modifier and Type Method Description String
JabberRoom. canJoin(JabberPlayer p)
Is the specified player allowed to join this room?org.jivesoftware.smackx.muc.MultiUserChat
JabberRoom. join(JabberClient client, JabberPlayer me)