Package VASSAL.script

Class BshPlugin

All Implemented Interfaces:
AutoConfigurable, Buildable, Configurable, PluginsLoader.PluginElement, PropertyNameSource, ValidityChecker, Translatable, ImageSearchTarget, SearchTarget

public class BshPlugin extends Plugin
  • Constructor Details

    • BshPlugin

      public BshPlugin()
  • Method Details

    • init

      public void init()
      Description copied from class: Plugin
      init() is called by the GameModule when the build of the module and all extensions is complete. Any initialisation that depends on other parts of the module should be implemented here
      Overrides:
      init in class Plugin