Interface CommandPredicate
-
- All Known Implementing Classes:
MultipleUnorderedOptionsPredicate,OptionPredicate,SingularPredicate
public interface CommandPredicate
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCommandPredicate.Type
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhasType(CommandPredicate.Type... types)voidmatch(PredicateContext context)
-
-
-
Method Detail
-
hasType
boolean hasType(CommandPredicate.Type... types)
-
match
void match(PredicateContext context)
-
-