Interface CommandExecution<S>


public interface CommandExecution<S>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(S sender, Context<S> commandContext)
     
  • Method Details

    • execute

      void execute(@NotNull S sender, Context<S> commandContext)