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

Method getPlugin

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

Checks if the given plugin is loaded and returns it when applicable Please note that the name of the plugin is case-sensitive @param name Name of the plugin to check @return Plugin if it exists, otherwise null

(String name)

Source from the content-addressed store, hash-verified

31 * @return Plugin if it exists, otherwise null
32 */
33 public Plugin getPlugin(String name);
34
35 /**
36 * Gets a list of all currently loaded plugins

Callers 5

getGeneratorForNameMethod · 0.65
callEventMethod · 0.65
unregisterAllMethod · 0.65
getRegistrationsMethod · 0.65
executeMethod · 0.65

Implementers 1

SimplePluginManagersrc/main/java/org/bukkit/plugin/Simple

Calls

no outgoing calls

Tested by

no test coverage detected