MCDSL
0.1.0-SNAPSHOT
jvm
MCDSL
/
com.zacklukem.mcdsl.util
/
AndCondition
And
Condition
class
AndCondition
(
conditions
:
MutableList
<
Condition
>
)
:
Condition
(
source
)
An "and" condition
For more information, look at
Condition
See also
Condition
Members
Constructors
And
Condition
Link copied to clipboard
constructor
(
conditions
:
MutableList
<
Condition
>
)
Functions
and
Link copied to clipboard
open
infix override
fun
and
(
other
:
Condition
)
:
AndCondition
not
Link copied to clipboard
open
operator override
fun
not
(
)
:
OrCondition
or
Link copied to clipboard
open
infix override
fun
or
(
other
:
Condition
)
:
OrCondition
solve
Link copied to clipboard
open
override
fun
solve
(
)
:
List
<
String
>