Interface PhraseRunnable
-
- All Implemented Interfaces:
public interface PhraseRunnable<C extends CommandSender>
Represents a functional interface used for command runnables for WordArgument.
-
-
Method Summary
Modifier and Type Method Description abstract Boolean
invoke(PhraseCommandContext<C> context)
-
-
Method Detail
-
invoke
abstract Boolean invoke(PhraseCommandContext<C> context)
-
-
-
-