Gets a ConsoleCommandSender that may be used as an input source for this server. @return a console command sender
()
| 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. |
no test coverage detected