pylon-core
Toggle table of contents
1.0.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
pylon-core
pylon-core
/
io.github.pylonmc.pylon.core.datatypes
/
UUIDPersistentDataType
UUIDPersistent
Data
Type
object
UUIDPersistentDataType
:
PersistentDataType
<
LongArray
,
UUID
>
(
source
)
Members
Functions
from
Primitive
Link copied to clipboard
open
override
fun
fromPrimitive
(
primitive
:
LongArray
,
context
:
PersistentDataAdapterContext
)
:
UUID
get
Complex
Type
Link copied to clipboard
open
override
fun
getComplexType
(
)
:
Class
<
UUID
>
get
Primitive
Type
Link copied to clipboard
open
override
fun
getPrimitiveType
(
)
:
Class
<
LongArray
>
to
Primitive
Link copied to clipboard
open
override
fun
toPrimitive
(
complex
:
UUID
,
context
:
PersistentDataAdapterContext
)
:
LongArray