Minix
5.0.0-alpha
module-data
/
dev.racci.minix.data.serializers.kotlin.minecraft
/
BlockPosSerializer
Block
Pos
Serializer
object
BlockPosSerializer
:
TypeSerializer
<
BlockPos
>
Functions
Functions
deserialize
Link copied to clipboard
open
override
fun
deserialize
(
type
:
Type
?
,
node
:
ConfigurationNode
?
)
:
BlockPos
empty
Value
Link copied to clipboard
open
fun
emptyValue
(
specificType
:
Type
,
options
:
ConfigurationOptions
)
:
@
Nullable
BlockPos
?
serialize
Link copied to clipboard
open
override
fun
serialize
(
type
:
Type
?
,
obj
:
BlockPos
?
,
node
:
ConfigurationNode
)