Interface CommandExecutor<T,S extends CommandContext<T,?>>


public interface CommandExecutor<T,S extends CommandContext<T,?>>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(S ctx)
     
  • Method Details

    • execute

      void execute(S ctx)