MCPcopy Create free account
hub / github.com/Teneted/Tenet / isEnabled

Method isEnabled

src/main/java/org/bukkit/plugin/Plugin.java:113–113  ·  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

111 * @return true if this plugin is enabled, otherwise false
112 */
113 public boolean isEnabled();
114
115 /**
116 * Called when this plugin is disabled

Callers 15

getGeneratorForNameMethod · 0.95
getGeneratorMethod · 0.95
PermissionAttachmentMethod · 0.65
addAttachmentMethod · 0.65
isPluginEnabledMethod · 0.65
enablePluginMethod · 0.65
disablePluginMethod · 0.65
fireEventMethod · 0.65
registerEventsMethod · 0.65
registerEventMethod · 0.65
validatePluginMessageMethod · 0.65
enablePluginMethod · 0.65

Implementers 1

PluginBasesrc/main/java/org/bukkit/plugin/Plugin

Calls

no outgoing calls

Tested by

no test coverage detected