MCPcopy Create free account
hub / github.com/dsg-titech/simblock / getTime

Method getTime

simulator/src/main/java/simblock/block/Block.java:105–107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103 */
104 //TODO what format
105 public long getTime() {
106 return this.time;
107 }
108
109 /**
110 * Gets the block id.

Callers 2

arriveBlockMethod · 0.80
mainMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected