Package | Description |
---|---|
com.destroystokyo.paper.utils | |
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 |
---|---|
static @NotNull Logger |
PaperPluginLogger.getLogger(@NotNull PluginDescriptionFile description) |
Modifier and Type | Method and Description |
---|---|
void |
UnsafeValues.checkSupported(PluginDescriptionFile pdf)
Deprecated.
|
byte[] |
UnsafeValues.processClass(PluginDescriptionFile pdf,
String path,
byte[] clazz)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
@NotNull PluginDescriptionFile |
Plugin.getDescription()
Returns the plugin.yaml file containing the details for this plugin
|
@NotNull PluginDescriptionFile |
PluginLoader.getPluginDescription(@NotNull File file)
Loads a PluginDescriptionFile from the specified file
|
Modifier and Type | Method and Description |
---|---|
boolean |
SimplePluginManager.isTransitiveDepend(@NotNull PluginDescriptionFile plugin,
@NotNull PluginDescriptionFile depend) |
boolean |
SimplePluginManager.isTransitiveDepend(@NotNull PluginDescriptionFile plugin,
@NotNull PluginDescriptionFile depend) |
Modifier and Type | Method and Description |
---|---|
@NotNull PluginDescriptionFile |
JavaPlugin.getDescription()
Returns the plugin.yaml file containing the details for this plugin
|
@NotNull PluginDescriptionFile |
JavaPluginLoader.getPluginDescription(@NotNull File file) |
Modifier and Type | Method and Description |
---|---|
protected @Nullable Class<?> |
JavaPluginLoader.getClassByName(String name,
boolean resolve,
PluginDescriptionFile description) |
protected Class<?> |
JavaPluginLoader.getClassByName(String name,
boolean resolve,
PluginDescriptionFile description,
PluginClassLoader requester) |
protected PluginClassLoader |
JavaPluginLoader.newPluginLoader(JavaPluginLoader loader,
ClassLoader parent,
PluginDescriptionFile description,
File dataFolder,
File file,
ClassLoader libraryLoader) |
Constructor and Description |
---|
JavaPlugin(@NotNull JavaPluginLoader loader,
@NotNull PluginDescriptionFile description,
@NotNull File dataFolder,
@NotNull File file) |
PluginClassLoader(@NotNull JavaPluginLoader loader,
@Nullable ClassLoader parent,
@NotNull PluginDescriptionFile description,
@NotNull File dataFolder,
@NotNull File file,
@Nullable ClassLoader libraryLoader) |
Copyright © 2021. All rights reserved.