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

Method joinGlobal

src/Graphwar/Graphwar.java:145–150  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

143 }
144
145 public void joinGlobal(String name) throws IOException
146 {
147 globalClient.joinGlobalServer(Constants.GLOBAL_IP, Constants.GLOBAL_PORT, name);
148
149 graphUI.setScreen(Constants.GLOBAL_ROOM_SCREEN);
150 }
151
152 public void joinGame(String ip, int port) throws IOException
153 {

Callers 1

actionPerformedMethod · 0.80

Calls 2

setScreenMethod · 0.80
joinGlobalServerMethod · 0.45

Tested by

no test coverage detected