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

Method getServer

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

Source from the content-addressed store, hash-verified

392 }
393
394 @Override
395 public String getServer() {
396 bjn serverData = getServerData();
397 if (serverData == null)
398 return null;
399 return serverData.b;
400 }
401
402 @Override
403 public List<NetworkPlayerInfo> getServerPlayers() {

Callers

nothing calls this directly

Calls 1

getServerDataMethod · 0.95

Tested by

no test coverage detected