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

Method displaySystemMessage

src/Graphwar/GameData.java:1210–1213  ·  view source on GitHub ↗
(String message)

Source from the content-addressed store, hash-verified

1208 }
1209
1210 protected synchronized void displaySystemMessage(String message)
1211 {
1212 ((PreGameScreen)graphwar.getUI().getScreen(Constants.PRE_GAME_SCREEN)).addChat(null, message);
1213 }
1214
1215 private void startCountdownMessage(String[] info) throws Exception
1216 {

Callers 2

setReadyMessageMethod · 0.95
runMethod · 0.80

Calls 3

getScreenMethod · 0.80
getUIMethod · 0.80
addChatMethod · 0.45

Tested by

no test coverage detected