public interface Condition
extends net.kyori.examination.Examinable
Selector condition, may be used
to create from simple to very complex conditions to
match block state properties (match(java.lang.String, java.lang.Object)Selector| Modifier and Type | Interface and Description |
|---|---|
static class |
Condition.And |
static class |
Condition.Match |
static class |
Condition.Or |
| Modifier and Type | Method and Description |
|---|---|
static Condition |
and(Condition... conditions) |
static Condition |
and(java.util.List<Condition> conditions) |
static Condition |
match(java.lang.String key,
java.lang.Object value) |
static Condition |
or(Condition... conditions) |
static Condition |
or(java.util.List<Condition> conditions) |