| Package | Description | 
|---|---|
| com.destroystokyo.paper.utils | |
| org.bukkit | More generalized classes in the API. | 
| org.bukkit.plugin | Classes specifically relating to loading software modules at runtime. | 
| org.bukkit.plugin.java | Classes for handling  pluginswritten in
 java. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| static java.util.logging.Logger | PaperPluginLogger. getLogger(PluginDescriptionFile description) | 
| Modifier and Type | Method | Description | 
|---|---|---|
| void | UnsafeValues. checkSupported(PluginDescriptionFile pdf) | Deprecated. | 
| byte[] | UnsafeValues. processClass(PluginDescriptionFile pdf,
            java.lang.String path,
            byte[] clazz) | Deprecated. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| PluginDescriptionFile | Plugin. getDescription() | Returns the plugin.yaml file containing the details for this plugin | 
| PluginDescriptionFile | PluginLoader. getPluginDescription(java.io.File file) | Loads a PluginDescriptionFile from the specified file | 
| Modifier and Type | Method | Description | 
|---|---|---|
| PluginDescriptionFile | JavaPlugin. getDescription() | Returns the plugin.yaml file containing the details for this plugin | 
| PluginDescriptionFile | JavaPluginLoader. getPluginDescription(java.io.File file) | 
| Constructor | Description | 
|---|---|
| JavaPlugin(JavaPluginLoader loader,
          PluginDescriptionFile description,
          java.io.File dataFolder,
          java.io.File file) | 
Copyright © 2018. All rights reserved.