Interface ExecutableCommand


public interface ExecutableCommand
Interface for an executable command.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(@NotNull User from)
    Executes the command.
  • Method Details

    • execute

      void execute(@NotNull @NotNull User from)
      Executes the command.
      Parameters:
      from - the User who initiated the command