Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bukkit/Bukkit
/ getVersion
Method
getVersion
src/main/java/org/bukkit/Bukkit.java:61–63 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
59
}
60
61
public
static
String getVersion() {
62
return
server.getVersion();
63
}
64
65
public
static
Player[] getOnlinePlayers() {
66
return
server.getOnlinePlayers();
Callers
2
setServer
Method · 0.95
execute
Method · 0.95
Calls
1
getVersion
Method · 0.65
Tested by
no test coverage detected