Interface CommandPredicate
-
- All Known Implementing Classes:
IncludingUnresolvedArgumentsArgumentResolutionPredicate,IncludingUnresolvedArgumentsPredicate,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 Default Methods Modifier and Type Method Description default booleancontinueOnUnresolved()booleanhasType(CommandPredicate.Type... types)voidmatch(PredicateContext context)
-
-
-
Method Detail
-
hasType
boolean hasType(CommandPredicate.Type... types)
-
match
void match(PredicateContext context)
-
continueOnUnresolved
default boolean continueOnUnresolved()
-
-