|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JavaPlugin | |
|---|---|
| org.bukkit.plugin.java | Classes for handling plugins written in
java. |
| Uses of JavaPlugin in org.bukkit.plugin.java |
|---|
| Methods in org.bukkit.plugin.java with type parameters of type JavaPlugin | ||
|---|---|---|
static
|
JavaPlugin.getPlugin(Class<T> clazz)
This method provides fast access to the plugin that has provided the given plugin class, which is
usually the plugin that implemented it. |
|
| Methods in org.bukkit.plugin.java that return JavaPlugin | |
|---|---|
static JavaPlugin |
JavaPlugin.getProvidingPlugin(Class<?> clazz)
This method provides fast access to the plugin that has provided the given class. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||