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

Method getServer

Minecraft-Utils/1.8.8/src/Variables.java:403–409  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

getServerDataMethod · 0.95

Tested by

no test coverage detected