Minix
5.0.0-alpha
module-data
/
dev.racci.minix.data.serializers.exposed
/
block
block
fun
Entity
<
*
>
.
block
(
column
:
Column
<
String
>
)
:
BlockExposedDelegate
fun
Entity
<
*
>
.
block
(
column
:
Column
<
String
?
>
)
:
BlockExposedDelegateNullable
fun
Entity
<
*
>
.
block
(
worldColumn
:
Column
<
String
>
,
xColumn
:
Column
<
Int
>
,
yColumn
:
Column
<
Int
>
,
zColumn
:
Column
<
Int
>
)
:
BlockMultiColumnExposedDelegate