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

Method getServer

Minecraft-Utils/1.9/src/Variables.java:367–373  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

365 }
366
367 @Override
368 public String getServer() {
369 bkx serverData = getServerData();
370 if (serverData == null)
371 return null;
372 return serverData.b;
373 }
374
375 @Override
376 public List<NetworkPlayerInfo> getServerPlayers() {

Callers

nothing calls this directly

Calls 1

getServerDataMethod · 0.95

Tested by

no test coverage detected