MCPcopy Create free account
hub / github.com/Bukkit/Bukkit / getDescription

Method getDescription

src/main/java/org/bukkit/plugin/Plugin.java:30–30  ·  view source on GitHub ↗

Returns the plugin.yaml file containing the details for this plugin @return Contents of the plugin.yaml file

()

Source from the content-addressed store, hash-verified

28 * @return Contents of the plugin.yaml file
29 */
30 public PluginDescriptionFile getDescription();
31
32 /**
33 * Returns the main configuration file. It should be loaded.

Callers 13

getGeneratorForNameMethod · 0.95
loadPluginMethod · 0.95
callEventMethod · 0.95
executeMethod · 0.95
PermissionAttachmentMethod · 0.65
addAttachmentMethod · 0.65
enablePluginMethod · 0.65
disablePluginMethod · 0.65
enablePluginMethod · 0.65
disablePluginMethod · 0.65
executeMethod · 0.65
parseMethod · 0.65

Implementers 1

JavaPluginsrc/main/java/org/bukkit/plugin/java/J

Calls

no outgoing calls

Tested by

no test coverage detected