| Package | Description | 
|---|---|
| org.bukkit.plugin | Classes specifically relating to loading software modules at runtime. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| @NotNull Plugin | PluginLoader. loadPlugin(@NotNull File file) | Loads the plugin contained in the specified file | 
| @Nullable Plugin | PluginManager. loadPlugin(@NotNull File file) | Loads the plugin in the specified file | 
| @Nullable Plugin | SimplePluginManager. loadPlugin(@NotNull File file) | Loads the plugin in the specified file | 
Copyright © 2020. All rights reserved.