Class ReplyCommand

java.lang.Object
pro.cloudnode.smp.cloudnodemsg.command.Command
pro.cloudnode.smp.cloudnodemsg.command.ReplyCommand
All Implemented Interfaces:
CommandExecutor, TabCompleter

public final class ReplyCommand extends Command
  • Field Details

  • Constructor Details

    • ReplyCommand

      public ReplyCommand()
  • Method Details

    • run

      public boolean run(@NotNull @NotNull CommandSender sender, @NotNull @NotNull String label, @NotNull @NotNull String @NotNull [] args)
      Specified by:
      run in class Command
    • onTabComplete

      @NotNull public @NotNull List<@NotNull String> onTabComplete(@NotNull @NotNull CommandSender sender, @NotNull Command command, @NotNull @NotNull String label, @NotNull @NotNull String @NotNull [] args)