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

Method getServer

Minecraft-Utils/1.8/src/Variables.java:392–398  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

getServerDataMethod · 0.95

Tested by

no test coverage detected