Class UnIgnoreCommand

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

public final class UnIgnoreCommand extends Command
  • Field Details

  • Constructor Details

    • UnIgnoreCommand

      public UnIgnoreCommand()
  • 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

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