MCPcopy Create free account
hub / github.com/catabriga/graphwar / getLocalPlayerName

Method getLocalPlayerName

src/Graphwar/GlobalClient.java:93–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91 }
92
93 public String getLocalPlayerName()
94 {
95 return this.localPlayer;
96 }
97
98
99 public void joinGlobalServer(String ip, int port, String playerName) throws IOException

Callers 3

mouseReleasedMethod · 0.45
runMethod · 0.45
actionPerformedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected