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

Method getServer

Minecraft-Utils/1.13/src/Variables.java:412–418  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

410 }
411
412 @Override
413 public String getServer() {
414 cqy serverData = getServerData();
415 if (serverData == null)
416 return null;
417 return serverData.b;
418 }
419
420 @Override
421 public List<NetworkPlayerInfo> getServerPlayers() {

Callers

nothing calls this directly

Calls 1

getServerDataMethod · 0.95

Tested by

no test coverage detected