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

Method getServer

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

Gets the current Server singleton @return Server instance being ran

()

Source from the content-addressed store, hash-verified

68 * @return Server instance being ran
69 */
70 @NotNull
71 public static Server getServer() {
72 return server;
73 }
74
75 /**
76 * Attempts to set the {@link Server} singleton.

Callers 15

runMethod · 0.95
getPermissiblesMethod · 0.95
addParentMethod · 0.95
loadPermissionsMethod · 0.95
hasPermissionMethod · 0.95
clearPermissionsMethod · 0.95
addAttachmentMethod · 0.95
registerMethod · 0.95
unregisterAllMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected