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