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