| Package | Description | 
|---|---|
| org.bukkit.plugin.java | Classes for handling  pluginswritten in
 java. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| static <T extends JavaPlugin> | JavaPlugin. getPlugin(Class<T> clazz) | This method provides fast access to the plugin that has  providedthe given plugin class, which is
 usually the plugin that implemented it. | 
| Modifier and Type | Method | 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 © 2020. All rights reserved.