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

Method getPluginManager

src/main/java/org/bukkit/Bukkit.java:477–480  ·  view source on GitHub ↗

Gets the plugin manager for interfacing with plugins. @return a plugin manager for this Server instance

()

Source from the content-addressed store, hash-verified

475 * @return a plugin manager for this Server instance
476 */
477 @NotNull
478 public static PluginManager getPluginManager() {
479 return server.getPluginManager();
480 }
481
482 /**
483 * Gets the scheduler for managing scheduled events.

Callers 15

reloadMethod · 0.95
tickMethod · 0.95
startTimingMethod · 0.95
stopTimingMethod · 0.95
getGeneratorForNameMethod · 0.95
executeMethod · 0.95
tabCompleteMethod · 0.95
executeSpigotTimingsMethod · 0.95
executeMethod · 0.95
getPluginListMethod · 0.95
callMethod · 0.95

Calls 1

getPluginManagerMethod · 0.65

Tested by

no test coverage detected