T - generic type of current timepublic interface TimeSource<T extends UnixTime>
Represents any kind of clock as source of current world time.
| Modifier and Type | Method and Description |
|---|---|
T |
currentTime()
Yields the current time.
|
T currentTime()
Yields the current time.
UnixTime object or derivate)Copyright © 2014–2015. All rights reserved.