| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
activate()Called when the module is selected in the module-bar |
|
void |
deactivate()Called when another module is selected in the module-bar |
|
void |
displayActivationGui() |
|
java.lang.String |
getDescription()Returns the description of the module for display purposes. |
|
ModuleGui |
getGui()Gets the GUI object for this Module |
|
java.lang.String |
getId()Returns a unique ID for this module - for referring between modules |
|
int |
getMenuPosition()Returns the menu position of this module, see ReadyApiModulePositions class |
|
ModuleType |
getModuleType() |
|
void |
initialize()Method to initialize the module. |
|
boolean |
isEnabled() |
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.