Uses of Class
VASSAL.chat.SimplePlayer
Packages that use SimplePlayer
Package
Description
Contains classes for specifying a VASSAL server implementation that follows a chat-room paradigm.
-
Uses of SimplePlayer in VASSAL.chat
Constructors in VASSAL.chat with parameters of type SimplePlayer -
Uses of SimplePlayer in VASSAL.chat.node
Subclasses of SimplePlayer in VASSAL.chat.nodeModifier and TypeClassDescriptionclass
ASimplePlayer
subclass used in clients of the hierarchical server -
Uses of SimplePlayer in VASSAL.chat.peer2peer
Subclasses of SimplePlayer in VASSAL.chat.peer2peer -
Uses of SimplePlayer in VASSAL.chat.ui
Methods in VASSAL.chat.ui with parameters of type SimplePlayerModifier and TypeMethodDescriptionCurrentRoomActions.buildPopupForPlayer(SimplePlayer p, JTree tree)
RoomInteractionControlsInitializer.buildPopupForPlayer(SimplePlayer target, JTree tree)
PlayerActionFactory.getAction(SimplePlayer p, JTree tree)
Constructors in VASSAL.chat.ui with parameters of type SimplePlayerModifierConstructorDescriptionInviteAction(LockableChatServerConnection client, SimplePlayer target)
KickAction(LockableChatServerConnection client, SimplePlayer target)
ShowProfileAction(SimplePlayer p, Frame f)