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

Method updateDrawingStuff

src/Graphwar/GameData.java:958–971  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

956 }
957
958 public void updateDrawingStuff()
959 {
960 if(isDrawingFunction())
961 {
962 getCurrentFunctionPosition();
963 }
964
965 if(isExploding())
966 {
967 getTimeExploding();
968 }
969
970 getRemainingTime();
971 }
972
973 public synchronized int getCurrentFunctionPosition()
974 {

Callers 1

runMethod · 0.95

Calls 5

isDrawingFunctionMethod · 0.95
isExplodingMethod · 0.95
getTimeExplodingMethod · 0.95
getRemainingTimeMethod · 0.95

Tested by

no test coverage detected