Package | Description |
---|---|
org.bukkit |
The root package of the Bukkit API, contains generalized API classes.
|
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 and Description |
---|---|
void |
UnsafeValues.checkSupported(PluginDescriptionFile pdf)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
@Nullable Plugin |
SimplePluginManager.loadPlugin(@NotNull File file)
Loads the plugin in the specified file
|
@Nullable Plugin |
PluginManager.loadPlugin(@NotNull File file)
Loads the plugin in the specified file
|
@NotNull Plugin |
PluginLoader.loadPlugin(@NotNull File file)
Loads the plugin contained in the specified file
|
Modifier and Type | Method and Description |
---|---|
@NotNull Plugin |
JavaPluginLoader.loadPlugin(@NotNull File file) |
Constructor and Description |
---|
PluginClassLoader(@NotNull JavaPluginLoader loader,
@Nullable ClassLoader parent,
@NotNull PluginDescriptionFile description,
@NotNull File dataFolder,
@NotNull File file,
@Nullable ClassLoader libraryLoader) |
Copyright © 2021. All rights reserved.