CommandAPI 9.7.0
An API for the command UI introduced in Minecraft 1.13
|
A class that represents time suggestions for the TimeArgument. More...
Public Member Functions | |
String | toString () |
int | hashCode () |
boolean | equals (Object obj) |
Static Public Member Functions | |
static Time | ticks (int ticks) |
Create a Time object with a given number of ticks. More... | |
static Time | days (int days) |
Create a Time object with a given number of days. More... | |
static Time | seconds (int seconds) |
Create a Time object with a given number of seconds. More... | |
A class that represents time suggestions for the TimeArgument.
|
static |
|
static |
|
static |
String dev.jorel.commandapi.wrappers.Time.toString | ( | ) |