Uses of Interface
VASSAL.build.GpIdSupport
Package
Description
Provides classes for building Java instances automatically from XML
files.
Contains classes that may be added to a
GameModule
.Contains classes that can be added to a
Widget
.Provides classes that define game pieces.
-
Uses of GpIdSupport in VASSAL.build
Modifier and TypeClassDescriptionclass
The GameModule class is the base class for a VASSAL module.Modifier and TypeMethodDescriptionvoid
GameModule.setGpIdSupport
(GpIdSupport s) Registers a GamePiece ID support object for us to manage a namespace for unique GamePiece objects. -
Uses of GpIdSupport in VASSAL.build.module
Modifier and TypeClassDescriptionclass
An optional extension to a GameModule Like a GameModule, it is built from scratch from a 'buildFile' in a DataArchive The components described in the buildFile are appended to components in the base DataArchiveclass
A ModulePlugin is basically identical to a ModuleExtension except that is loaded earlier and must throw Plugin specific error messages -
Uses of GpIdSupport in VASSAL.build.widget
Modifier and TypeMethodDescriptionvoid
PieceSlot.setGpidSupport
(GpIdSupport s) void
PieceSlot.updateGpId
(GpIdSupport s) Update the gpid for this PieceSlot, using the givenGpIdSupport
to generate the new id. -
Uses of GpIdSupport in VASSAL.counters
Modifier and TypeFieldDescriptionprotected GpIdSupport
PieceDefiner.gpidSupport
protected GpIdSupport
PlaceMarker.gpidSupport
-
Uses of GpIdSupport in VASSAL.launch
Modifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.