MCPcopy Create free account
hub / github.com/akeranen/the-one / getTime

Method getTime

input/ExternalEvent.java:36–38  ·  view source on GitHub ↗

Returns the time when this event should happen. @return Event's time

()

Source from the content-addressed store, hash-verified

34 * @return Event's time
35 */
36 public double getTime() {
37 return this.time;
38 }
39
40 /**
41 * Compares two external events by their time.

Callers 6

checkEeqMethod · 0.95
nextEventsTimeMethod · 0.45
nextEventsTimeMethod · 0.45
addUpdateMethod · 0.45
putToQueueMethod · 0.45
toStringMethod · 0.45

Calls

no outgoing calls

Tested by 1

checkEeqMethod · 0.76