Package cloud.commandframework.execution
Class CommandExecutionHandler.NullCommandExecutionHandler<C>
- java.lang.Object
-
- cloud.commandframework.execution.CommandExecutionHandler.NullCommandExecutionHandler<C>
-
- Type Parameters:
C- Command sender type
- All Implemented Interfaces:
CommandExecutionHandler<C>
- Enclosing interface:
- CommandExecutionHandler<C>
public static class CommandExecutionHandler.NullCommandExecutionHandler<C> extends java.lang.Object implements CommandExecutionHandler<C>
Command execution handler that does nothing
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface cloud.commandframework.execution.CommandExecutionHandler
CommandExecutionHandler.NullCommandExecutionHandler<C>
-
-
Constructor Summary
Constructors Constructor Description NullCommandExecutionHandler()
-
Method Summary
Modifier and Type Method Description voidexecute(@NonNull CommandContext<C> commandContext)Handle command execution
-
-
-
Method Detail
-
execute
public void execute(@NonNull CommandContext<C> commandContext)
Description copied from interface:CommandExecutionHandlerHandle command execution- Specified by:
executein interfaceCommandExecutionHandler<C>- Parameters:
commandContext- Command context
-
-