Package org.rusherhack.client.api.plugin
Interface IPlugin
- All Known Implementing Classes:
Plugin
public interface IPlugin
Plugin interface for RusherHack
-
Method Summary
-
Method Details
-
onLoad
void onLoad()Called when the plugin is loaded -
onUnload
void onUnload()Called when the plugin is being unloaded -
getName
Deprecated.DO NOT USE! Add "Name" property to rusherhack-plugin.json instead -
getVersion
Deprecated.DO NOT USE! Add "Version" property to rusherhack-plugin.json instead -
getDescription
Deprecated.DO NOT USE! Add "Description" property to rusherhack-plugin.json instead -
getAuthors
Deprecated.DO NOT USE! Add "Authors" array to rusherhack-plugin.json instead -
getLogger
org.rusherhack.core.logging.ILogger getLogger()- Returns:
- logger for the plugin
-