public interface ReadyApiModule extends ScannableReadyApiModule
Type Params | Return Type | Name and description |
---|---|---|
|
public void |
activate() Called when the module is selected in the module-bar |
|
public void |
deactivate() Called when another module is selected in the module-bar |
|
public void |
displayActivationGui() |
|
public java.lang.String |
getDescription() Returns the description of the module for display purposes. |
|
public ModuleGui |
getGui() Gets the GUI object for this Module |
|
public java.lang.String |
getId() Returns a unique ID for this module - for referring between modules |
|
public int |
getMenuPosition() Returns the menu position of this module, see ReadyApiModulePositions class |
|
public ModuleType |
getModuleType() |
|
public void |
initialize() Method to initialize the module. |
|
public boolean |
isEnabled() |
Methods inherited from class | Name |
---|---|
interface ScannableReadyApiModule |
getName |
Called when the module is selected in the module-bar
Called when another module is selected in the module-bar
Returns the description of the module for display purposes.
Gets the GUI object for this Module
Returns a unique ID for this module - for referring between modules
Returns the menu position of this module, see ReadyApiModulePositions class
Method to initialize the module. Called once.