| java.lang.Object | ||
| ↳ | net.gtaun.shoebill.resource.Resource | |
| ↳ | net.gtaun.shoebill.resource.Plugin | |
| Protected Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Plugin() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| void |
disable()
Gets called when the Resource is getting unloaded.
| ||||||||||
| void |
enable()
Gets called when the Resource is getting enabled.
| ||||||||||
| static <PluginType extends Plugin> PluginType |
get(Class<PluginType> pluginClass)
Gets the Plugin.
| ||||||||||
| static Collection<Plugin> | get() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
net.gtaun.shoebill.resource.Resource
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the Plugin.
| pluginClass | Class Instance of the Plugin |
|---|