Package | Description |
---|---|
com.destroystokyo.paper.utils | |
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 Logger |
PaperPluginLogger.getLogger(PluginDescriptionFile description) |
Modifier and Type | Method and Description |
---|---|
PluginDescriptionFile |
Plugin.getDescription()
Returns the plugin.yaml file containing the details for this plugin
|
PluginDescriptionFile |
PluginLoader.getPluginDescription(File file)
Loads a PluginDescriptionFile from the specified file
|
Modifier and Type | Method and Description |
---|---|
PluginDescriptionFile |
JavaPlugin.getDescription()
Returns the plugin.yaml file containing the details for this plugin
|
PluginDescriptionFile |
JavaPluginLoader.getPluginDescription(File file) |
Modifier and Type | Method and Description |
---|---|
protected PluginClassLoader |
JavaPluginLoader.newPluginLoader(JavaPluginLoader loader,
ClassLoader parent,
PluginDescriptionFile description,
File dataFolder,
File file) |
Constructor and Description |
---|
JavaPlugin(JavaPluginLoader loader,
PluginDescriptionFile description,
File dataFolder,
File file) |
PluginClassLoader(JavaPluginLoader loader,
ClassLoader parent,
PluginDescriptionFile description,
File dataFolder,
File file) |
Copyright © 2021. All rights reserved.