MCPcopy Create free account
hub / github.com/demoth/jake2 / toString

Method toString

server/src/main/java/jake2/server/ChangeMapInfo.java:76–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74 }
75
76 @Override
77 public String toString() {
78 return "ChangeMapInfo{" +
79 "levelString='" + levelString + '\'' +
80 ", mapName='" + mapName + '\'' +
81 ", newUnit=" + newUnit +
82 ", nextServer='" + nextServer + '\'' +
83 ", spawnPoint='" + spawnPoint + '\'' +
84 ", state=" + state +
85 '}';
86 }
87}

Callers 3

SV_Status_fMethod · 0.45
SVC_DirectConnectMethod · 0.45
SVC_RemoteCommandMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected