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
/
OrCondition
Or
Condition
@
Serializable
data
class
OrCondition
(
val
terms
:
List
<
BlockStateDefinition.MultipartCase.Condition
>
)
:
BlockStateDefinition.MultipartCase.Condition
Members
Constructors
Or
Condition
Link copied to clipboard
constructor
(
terms
:
List
<
BlockStateDefinition.MultipartCase.Condition
>
)
Properties
terms
Link copied to clipboard
@
SerialName
(
value
=
"OR"
)
val
terms
:
List
<
BlockStateDefinition.MultipartCase.Condition
>
Functions
matches
Link copied to clipboard
open
override
fun
matches
(
properties
:
Map
<
String
,
String
>
)
:
Boolean
Checks whether this condition matches the given
properties
.