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

Method getServer

Minecraft-Utils/1.12.2/src/Variables.java:399–405  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

397 }
398
399 @Override
400 public String getServer() {
401 bse serverData = getServerData();
402 if (serverData == null)
403 return null;
404 return serverData.b;
405 }
406
407 @Override
408 public List<NetworkPlayerInfo> getServerPlayers() {

Callers

nothing calls this directly

Calls 1

getServerDataMethod · 0.95

Tested by

no test coverage detected