public abstract class PrivateReadyApiModule extends PrivateModule
ReadyApiModules are by default private - any objects that they should make available to other modules must be exposed explicitly.
Type Params | Return Type | Name and description |
---|---|---|
|
void |
activate() |
|
void |
deactivate() |
|
void |
displayActivationGui() |
|
java.lang.String |
getDescription() |
|
ModuleGui |
getGui() |
|
java.lang.String |
getId() |
|
int |
getMenuPosition() |
|
ModuleType |
getModuleType() |
|
java.lang.String |
getName() |
|
void |
initialize() |
|
boolean |
isEnabled() |
|
java.lang.String |
toString() |