public final class DynamicSerializableUuid extends Object
Modifier and Type | Field and Description |
---|---|
static com.mojang.serialization.Codec<UUID> |
CODEC |
Constructor and Description |
---|
DynamicSerializableUuid() |
Modifier and Type | Method and Description |
---|---|
private static int[] |
toIntArray(long uuidMost,
long uuidLeast) |
static int[] |
toIntArray(UUID uuid) |
static UUID |
toUuid(int[] array) |
public static final com.mojang.serialization.Codec<UUID> CODEC