@FunctionalInterface public interface Condition
| Modifier and Type | Interface and Description |
|---|---|
static class |
Condition.Context
Context, where the condition applies.
|
static interface |
Condition.ToTagConvertable
This is a condition that can be converted to a tag
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
applies(Environment e)
Checks if the condition applies in the given MapCSS
Environment. |
boolean applies(Environment e)
Environment.e - The environment to check. May not be null.true if the condition applies.