Uses of Interface
VASSAL.build.module.PluginsLoader.PluginElement
| Package | Description |
|---|---|
| VASSAL.build.module |
Contains classes that may be added to a
GameModule. |
| VASSAL.script |
-
Uses of PluginsLoader.PluginElement in VASSAL.build.module
Classes in VASSAL.build.module that implement PluginsLoader.PluginElement Modifier and Type Class Description classModuleExtensionAn 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 DataArchiveclassModulePluginA ModulePlugin is basically identical to a ModuleExtension except that is loaded earlier and must throw Plugin specific error messagesclassPluginPlugin is a general purpose component for use by Module Plugins that require some sort of initialisation. -
Uses of PluginsLoader.PluginElement in VASSAL.script
Classes in VASSAL.script that implement PluginsLoader.PluginElement Modifier and Type Class Description classBshPlugin