Interface RegistrableCommand.CommandExecutor

Enclosing class:
RegistrableCommand

public static interface RegistrableCommand.CommandExecutor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(@NotNull org.bukkit.command.CommandSender sender, @NotNull String alias, @NotNull String[] args)
     
  • Method Details

    • execute

      void execute(@NotNull @NotNull org.bukkit.command.CommandSender sender, @NotNull @NotNull String alias, @NotNull @NotNull String[] args) throws IOException
      Throws:
      IOException