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

Method isEnabled

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

Returns a value indicating whether or not this plugin is currently enabled @return true if this plugin is enabled, otherwise false

()

Source from the content-addressed store, hash-verified

84 * @return true if this plugin is enabled, otherwise false
85 */
86 public boolean isEnabled();
87
88 /**
89 * Called when this plugin is disabled

Callers 11

getGeneratorForNameMethod · 0.95
PermissionAttachmentMethod · 0.65
addAttachmentMethod · 0.65
isPluginEnabledMethod · 0.65
enablePluginMethod · 0.65
disablePluginMethod · 0.65
registerEventMethod · 0.65
enablePluginMethod · 0.65
disablePluginMethod · 0.65
executeMethod · 0.65
getPluginListMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected