| Package | Description | 
|---|---|
| org.bukkit.plugin.java | 
 Classes for handling  
plugins written in
 java. | 
| Modifier and Type | Method and Description | 
|---|---|
static <T extends JavaPlugin> | 
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. | 
| Modifier and Type | Method and Description | 
|---|---|
JavaPlugin | 
PluginClassLoader.getPlugin()  | 
static JavaPlugin | 
JavaPlugin.getProvidingPlugin(Class<?> clazz)
This method provides fast access to the plugin that has provided the
 given class. 
 | 
Copyright © 2022. All rights reserved.