nova-parent
Toggle table of contents
0.18-alpha.14
jvm
Platform filter
jvm
Switch theme
Search in API
nova-parent
nova
/
xyz.xenondevs.nova.world.block.state.property.impl
Package-level
declarations
Types
Functions
Types
Boolean
Property
Link copied to clipboard
class
BooleanProperty
(
id
:
Key
)
:
BlockStateProperty
<
Boolean
>
Enum
Property
Link copied to clipboard
class
EnumProperty
<
E
:
Enum
<
E
>
>
(
id
:
Key
,
enumClass
:
Class
<
E
>
)
:
BlockStateProperty
<
E
>
Int
Property
Link copied to clipboard
class
IntProperty
(
id
:
Key
)
:
BlockStateProperty
<
Int
>
Functions
Enum
Property
Link copied to clipboard
inline
fun
<
E
:
Enum
<
E
>
>
EnumProperty
(
id
:
Key
)
:
EnumProperty
<
E
>