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>

@API(status=INTERNAL, consumers="cloud.commandframework.*") public static class CommandExecutionHandler.NullCommandExecutionHandler<C> extends Object implements CommandExecutionHandler<C>
Command execution handler that does nothing
  • Constructor Details

    • NullCommandExecutionHandler

      public NullCommandExecutionHandler()
  • Method Details