Uses of Class
org.bukkit.plugin.java.JavaPlugin
-
Packages that use JavaPlugin Package Description org.bukkit.plugin.java Classes for handlingplugins
written in java. -
-
Uses of JavaPlugin in org.bukkit.plugin.java
Methods in org.bukkit.plugin.java with type parameters of type JavaPlugin Modifier and Type Method Description static <T extends JavaPlugin>
TJavaPlugin. getPlugin(Class<T> clazz)
This method provides fast access to the plugin that hasprovided
the given plugin class, which is usually the plugin that implemented it.Methods in org.bukkit.plugin.java that return JavaPlugin Modifier and Type Method Description static JavaPlugin
JavaPlugin. getProvidingPlugin(Class<?> clazz)
This method provides fast access to the plugin that has provided the given class.
-