Package | Description |
---|---|
org.bukkit.plugin |
Classes specifically relating to loading software modules at runtime.
|
org.bukkit.plugin.java |
Classes for handling
plugins written in
java. |
Modifier and Type | Method | Description |
---|---|---|
@NotNull PluginDescriptionFile |
PluginLoader.getPluginDescription(@NotNull File file) |
Loads a PluginDescriptionFile from the specified file
|
@Nullable Plugin |
PluginManager.loadPlugin(@NotNull File file) |
Loads the plugin in the specified file
|
Constructor | Description |
---|---|
PluginDescriptionFile(@NotNull InputStream stream) |
|
PluginDescriptionFile(@NotNull Reader reader) |
Loads a PluginDescriptionFile from the specified reader
|
Modifier and Type | Method | Description |
---|---|---|
@NotNull PluginDescriptionFile |
JavaPluginLoader.getPluginDescription(@NotNull File file) |
Copyright © 2020. All rights reserved.