public final class Timestamp extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.mojang.serialization.Codec<Timestamp> |
field_25121 |
private long |
time |
| Modifier | Constructor and Description |
|---|---|
private |
Timestamp(long time) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getTime() |
int |
hashCode() |
static Timestamp |
of(long time) |
String |
toString() |
public static final com.mojang.serialization.Codec<Timestamp> field_25121
private final long time