Class Time
Package world.mappable.mapkit
java.lang.Object
↳ world.mappable.mapkit.Time
class Time implements Serializable
Time in I18nTime format.
Summary
Constructors
|
Signature and Description |
|
Time(long value, |
|
Time() |
Methods
|
Type and modifiers |
Method and Description |
|
long |
getValue() |
|
int |
getTzOffset() |
|
java.lang.String |
getText() |
|
void |
serialize(world.mappable.runtime.bindings.Archive archive) |
Constuctors
Time
|
Time(long value, |
Time
|
Time() |
Use constructor with parameters in your code.
This one is for bindings only!
Methods
getValue
|
long getValue() |
Time value.
getTzOffset
|
int getTzOffset() |
Time offset to account for time zones.
getText
|
@NonNull |
The description of the timer.
serialize
|
@Override |