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

Method getConsoleSender

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

Gets a ConsoleCommandSender that may be used as an input source for this server. @return a console command sender

()

Source from the content-addressed store, hash-verified

966 * @return a console command sender
967 */
968 @NotNull
969 public static ConsoleCommandSender getConsoleSender() {
970 return server.getConsoleSender();
971 }
972
973 /**
974 * Gets the folder that contains all of the various {@link World}s.

Callers 4

generatorMethod · 0.95
getGeneratorForNameMethod · 0.95
getInstanceMethod · 0.95

Calls 1

getConsoleSenderMethod · 0.65

Tested by

no test coverage detected