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

Method nextEventsTime

input/ScheduledUpdatesQueue.java:51–53  ·  view source on GitHub ↗

Returns the next scheduled event's time or Double.MAX_VALUE if there aren't any events left @return the next scheduled event's time

()

Source from the content-addressed store, hash-verified

49 * @return the next scheduled event's time
50 */
51 public double nextEventsTime() {
52 return this.nextEvent.getTime();
53 }
54
55 /**
56 * Add a new update request for the given time

Callers

nothing calls this directly

Calls 1

getTimeMethod · 0.45

Tested by

no test coverage detected