Class IgnoreCommand

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

public final class IgnoreCommand extends Command
  • Field Details

  • Constructor Details

    • IgnoreCommand

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

      public static boolean ignore(@NotNull @NotNull Player player, @NotNull @NotNull OfflinePlayer target)
    • unignore

      public static boolean unignore(@NotNull @NotNull Player player, @NotNull @NotNull OfflinePlayer target)
    • onTabComplete

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