nova-parent
Toggle table of contents
0.21.0-alpha.3
jvm
Platform filter
jvm
Switch theme
Search in API
nova-parent
nova
/
xyz.xenondevs.nova.resources.builder.data
/
BlockStateDefinition
/
MultipartCase
/
Condition
/
State
State
@
Serializable
(
with
=
BlockStateMultipartStateConditionSerializer::class
)
data
class
State
(
val
properties
:
Map
<
String
,
Set
<
String
>
>
)
:
BlockStateDefinition.MultipartCase.Condition
Members
Constructors
State
Link copied to clipboard
constructor
(
properties
:
Map
<
String
,
Set
<
String
>
>
)
Properties
properties
Link copied to clipboard
val
properties
:
Map
<
String
,
Set
<
String
>
>
Functions
matches
Link copied to clipboard
open
override
fun
matches
(
properties
:
Map
<
String
,
String
>
)
:
Boolean
Checks whether this condition matches the given
properties
.