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
/
WorldPersistentDataType
World
Persistent
Data
Type
object
WorldPersistentDataType
:
PersistentDataType
<
LongArray
,
World
>
(
source
)
Members
Functions
from
Primitive
Link copied to clipboard
open
override
fun
fromPrimitive
(
primitive
:
LongArray
,
context
:
PersistentDataAdapterContext
)
:
World
get
Complex
Type
Link copied to clipboard
open
override
fun
getComplexType
(
)
:
Class
<
World
>
get
Primitive
Type
Link copied to clipboard
open
override
fun
getPrimitiveType
(
)
:
Class
<
LongArray
>
to
Primitive
Link copied to clipboard
open
override
fun
toPrimitive
(
complex
:
World
,
context
:
PersistentDataAdapterContext
)
:
LongArray