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

Method toString

The 5zig Mod/src/eu/the5zig/mod/server/Server.java:113–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

111 }
112
113 @Override
114 public String toString() {
115 return "Server{" +
116 "host='" + host + '\'' +
117 ", port=" + port +
118 '}';
119 }
120}

Callers 11

shutdownMethod · 0.45
getBracketsMethod · 0.45
getRendererMethod · 0.45
onPayloadReceiveMethod · 0.45
readStringMethod · 0.45
exitWithExceptionMethod · 0.45
seperatorMethod · 0.45
updateMinecraftJsonMethod · 0.45
checkFriendServerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected