1.21.9
Toggle table of contents
0.2.5+1.21.9
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
1.21.9
1.21.9
/
llc.redstone.systemsapi.data
/
Action
/
Conditional
Conditional
data
class
Conditional
(
val
conditions
:
List
<
Condition
>
,
val
matchAnyCondition
:
Boolean
=
false
,
val
ifActions
:
List
<
Action
>
=
emptyList()
,
val
elseActions
:
List
<
Action
>
=
emptyList()
)
:
Action
Members
Constructors
Conditional
Link copied to clipboard
constructor
(
conditions
:
List
<
Condition
>
,
matchAnyCondition
:
Boolean
=
false
,
ifActions
:
List
<
Action
>
=
emptyList()
,
elseActions
:
List
<
Action
>
=
emptyList()
)
Properties
conditions
Link copied to clipboard
val
conditions
:
List
<
Condition
>
else
Actions
Link copied to clipboard
val
elseActions
:
List
<
Action
>
if
Actions
Link copied to clipboard
val
ifActions
:
List
<
Action
>
match
Any
Condition
Link copied to clipboard
val
matchAnyCondition
:
Boolean