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

Method isLocalPlayer

src/Graphwar/Player.java:140–143  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

138 }
139
140 public boolean isLocalPlayer()
141 {
142 return this.localPlayer;
143 }
144
145 public Color getColor()
146 {

Callers 15

refreshFunctionMethod · 0.95
actionPerformedMethod · 0.95
getFirstLocalPlayerMethod · 0.95
sendFunctionMethod · 0.95
checkHaveLocalsMethod · 0.95
setReadyMessageMethod · 0.95
updateReadyButtonMethod · 0.95
startGameMessageMethod · 0.95
nextTurnMessageMethod · 0.95
setAngleMessageMethod · 0.95
sendChatMessageMethod · 0.80
angleUpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected