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

Method getPluginManager

src/main/java/org/bukkit/Server.java:404–404  ·  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

402 * @return a plugin manager for this Server instance
403 */
404 @NotNull
405 public PluginManager getPluginManager();
406
407 /**

Callers 15

getPluginManagerMethod · 0.65
getPermissiblesMethod · 0.65
addParentMethod · 0.65
hasPermissionMethod · 0.65
clearPermissionsMethod · 0.65
registerMethod · 0.65
unregisterAllMethod · 0.65
unregisterMethod · 0.65
findClassMethod · 0.65

Implementers 2

CraftServersrc/main/java/org/bukkit/craftbukkit/v
Bukkitsrc/main/java/org/bukkit/Bukkit.java

Calls

no outgoing calls

Tested by

no test coverage detected