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

Method setExploding

src/Graphwar/Soldier.java:114–122  ·  view source on GitHub ↗
(boolean exploding)

Source from the content-addressed store, hash-verified

112 }
113
114 public void setExploding(boolean exploding)
115 {
116 this.exploding = exploding;
117
118 if(exploding == true)
119 {
120 timeExplodingStarted = System.currentTimeMillis();
121 }
122 }
123
124 public long getTimeExploding()
125 {

Callers 2

removePlayerMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected