Uses of Interface
VASSAL.command.CommandEncoder
Package | Description |
---|---|
VASSAL.build |
Provides classes for building Java instances automatically from XML
files.
|
VASSAL.build.module |
Contains classes that may be added to a
GameModule . |
VASSAL.build.module.map |
Contains classes that may be added to a
Map . |
VASSAL.build.module.noteswindow |
Contains classes that may be added to a
NotesWindow . |
VASSAL.build.module.properties | |
VASSAL.build.module.turn | |
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.counters |
Provides classes that define game pieces.
|
VASSAL.launch | |
VASSAL.script |
-
Uses of CommandEncoder in VASSAL.build
Classes in VASSAL.build that implement CommandEncoder Modifier and Type Class Description class
GameModule
The GameModule class is the base class for a VASSAL module.Fields in VASSAL.build declared as CommandEncoder Modifier and Type Field Description protected CommandEncoder[]
GameModule. commandEncoders
Methods in VASSAL.build with parameters of type CommandEncoder Modifier and Type Method Description void
GameModule. addCommandEncoder(CommandEncoder ce)
This method adds aCommandEncoder
to the list of objects that will attempt to decode/encode a commandvoid
GameModule. removeCommandEncoder(CommandEncoder ce)
This method removes aCommandEncoder
from the list of objects that will attempt to decode/encode a command -
Uses of CommandEncoder in VASSAL.build.module
Classes in VASSAL.build.module that implement CommandEncoder Modifier and Type Class Description class
BasicCommandEncoder
class
BasicLogger
class
Chatter
The chat window component.class
EventLog
class
ExtensionsLoader
class
GameState
The GameState contains methods to track and read/write the complete enumerated game state of the game currently being played.class
InternetDiceButton
This component places a button into the controls window toolbar.class
NewGameIndicator
Provides information about whether a game was started from File->New Game or loaded from a saved gameclass
NotesWindow
This is aGameComponent
that allows players to type and save text notes during a game.class
ObscurableOptions
Determines whether players are allowed to unmask other players pieces.class
PlayerRoster
Maintains a list of players involved in the current gameclass
PluginsLoader
Load Plugins.class
SpecialDiceButton
...Methods in VASSAL.build.module with parameters of type CommandEncoder Modifier and Type Method Description void
Plugin. registerCommandEncoder(CommandEncoder encoder)
Utility routine to register a CommandEncoder with the module -
Uses of CommandEncoder in VASSAL.build.module.map
Classes in VASSAL.build.module.map that implement CommandEncoder Modifier and Type Class Description class
BoardPicker
class
LOS_Thread
A class that allows the user to draw a straight line on a Map (LOS = Line Of Sight). -
Uses of CommandEncoder in VASSAL.build.module.noteswindow
Classes in VASSAL.build.module.noteswindow that implement CommandEncoder Modifier and Type Class Description class
PrivateNotesController
HoldsPrivateText
objects, only displaying the one owned by the current userclass
SecretNotesController
-
Uses of CommandEncoder in VASSAL.build.module.properties
Classes in VASSAL.build.module.properties that implement CommandEncoder Modifier and Type Class Description class
ChangePropertyCommandEncoder
Encoder forChangePropertyCommand
sclass
GlobalProperty
Adds a global property to a Map or Moduleclass
ZoneProperty
-
Uses of CommandEncoder in VASSAL.build.module.turn
Classes in VASSAL.build.module.turn that implement CommandEncoder Modifier and Type Class Description class
TurnTracker
Generic Turn Counter -
Uses of CommandEncoder in VASSAL.chat
Classes in VASSAL.chat that implement CommandEncoder Modifier and Type Class Description class
InviteEncoder
Date: Mar 16, 2003class
PrivateChatEncoder
Date: Mar 16, 2003class
PrivateChatter
A window for private messages between the user and another player;class
SoundEncoder
Encodes commands that play sounds This class is used exclusively by the 'Send wake-up' server feature.class
SynchEncoder
Date: Mar 16, 2003 -
Uses of CommandEncoder in VASSAL.chat.jabber
Methods in VASSAL.chat.jabber that return CommandEncoder Modifier and Type Method Description CommandEncoder
JabberClient. getEncoder()
Methods in VASSAL.chat.jabber with parameters of type CommandEncoder Modifier and Type Method Description void
JabberClient. setEncoder(CommandEncoder encoder)
Constructors in VASSAL.chat.jabber with parameters of type CommandEncoder Constructor Description JabberClient(CommandEncoder encoder, String host, int port, AccountInfo account)
-
Uses of CommandEncoder in VASSAL.chat.node
Fields in VASSAL.chat.node declared as CommandEncoder Modifier and Type Field Description protected CommandEncoder
NodeClient. encoder
Constructors in VASSAL.chat.node with parameters of type CommandEncoder Constructor Description NodeClient(String moduleName, String playerId, CommandEncoder encoder, MessageBoard msgSvr, WelcomeMessageServer welcomer)
NodeHybridClient(CommandEncoder encoder, PeerPoolInfo info, MessageBoard msgSvr, WelcomeMessageServer welcomeMsgSvr, String addressURL)
Deprecated, for removal: This API element is subject to removal in a future version.SocketNodeClient(String moduleName, String playerId, CommandEncoder encoder, String host, int port, MessageBoard msgSvr, WelcomeMessageServer welcomer)
SocketNodeClient(String moduleName, String playerId, CommandEncoder encoder, NodeServerInfo serverInfo, MessageBoard msgSvr, WelcomeMessageServer welcomer)
-
Uses of CommandEncoder in VASSAL.chat.peer2peer
Classes in VASSAL.chat.peer2peer that implement CommandEncoder Modifier and Type Class Description static class
TextClient.Encoder
Constructors in VASSAL.chat.peer2peer with parameters of type CommandEncoder Constructor Description P2PClient(CommandEncoder encoder, MessageBoard msgSvr, WelcomeMessageServer welcomeMessageServer, PeerPool pool)
P2PClient(CommandEncoder encoder, MessageBoard msgSvr, WelcomeMessageServer welcomeMessageServer, PeerPool pool, Properties param)
-
Uses of CommandEncoder in VASSAL.counters
Fields in VASSAL.counters declared as CommandEncoder Modifier and Type Field Description protected CommandEncoder
Deck. commandEncoder
-
Uses of CommandEncoder in VASSAL.launch
Classes in VASSAL.launch that implement CommandEncoder Modifier and Type Class Description class
BasicModule
-
Uses of CommandEncoder in VASSAL.script
Classes in VASSAL.script that implement CommandEncoder Modifier and Type Class Description class
BshCommandEncoder
Used by the Bsh Plugin