MCPcopy Create free account
hub / github.com/5zig/The-5zig-Mod / getServer

Method getServer

Minecraft-Utils/1.8.9/src/Variables.java:400–406  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

398 }
399
400 @Override
401 public String getServer() {
402 bde serverData = getServerData();
403 if (serverData == null)
404 return null;
405 return serverData.b;
406 }
407
408 @Override
409 public List<NetworkPlayerInfo> getServerPlayers() {

Callers

nothing calls this directly

Calls 1

getServerDataMethod · 0.95

Tested by

no test coverage detected