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

Method getPlugin

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

(@NotNull String name)

Source from the content-addressed store, hash-verified

34 * @return Plugin if it exists, otherwise null
35 */
36 @Nullable
37 public Plugin getPlugin(@NotNull String name);
38
39 /**

Callers 12

getGeneratorForNameMethod · 0.65
fireEventMethod · 0.65
unregisterAllMethod · 0.65
getRegistrationsMethod · 0.65
addToIncomingMethod · 0.65
removeFromIncomingMethod · 0.65
isRegistrationValidMethod · 0.65
loadPluginMethod · 0.65
unregisterMethod · 0.65
hasPluginMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected