Uses of Class
org.bukkit.plugin.java.JavaPlugin
Packages that use JavaPlugin
-
Uses of JavaPlugin in org.bukkit.plugin.java
Methods in org.bukkit.plugin.java with type parameters of type JavaPluginModifier and TypeMethodDescriptionstatic <T extends JavaPlugin>
TThis 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 JavaPluginModifier and TypeMethodDescriptionPluginClassLoader.getPlugin()
static @NotNull JavaPlugin
JavaPlugin.getProvidingPlugin(@NotNull Class<?> clazz)
This method provides fast access to the plugin that has provided the given class.