Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bukkit/Bukkit
/ getConsoleSender
Method
getConsoleSender
src/main/java/org/bukkit/Bukkit.java:273–275 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
271
}
272
273
public
static
ConsoleCommandSender getConsoleSender() {
274
return
server.getConsoleSender();
275
}
276
277
public
static
Set<OfflinePlayer> getOperators() {
278
return
server.getOperators();
Callers
2
generator
Method · 0.95
getGeneratorForName
Method · 0.95
Calls
1
getConsoleSender
Method · 0.65
Tested by
no test coverage detected