WorldTime

case
class WorldTime(worldAge: Long, timeOfDay: Long)

The datatype describing the cumulative age of the world in which the client resides, along with the current time of day.

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product