java.lang.Object
com.zetaplugins.zetacore.command.PluginCommand<EssentialZ>
com.zetaplugins.essentialz.util.commands.EszCommand
com.zetaplugins.essentialz.commands.communication.IgnoreCommand
All Implemented Interfaces:
org.bukkit.command.CommandExecutor, org.bukkit.command.TabCompleter

public class IgnoreCommand extends EszCommand
  • Constructor Details

    • IgnoreCommand

      public IgnoreCommand(EssentialZ plugin)
  • Method Details

    • execute

      public boolean execute(com.zetaplugins.zetacore.command.CommandContext ctx) throws com.zetaplugins.zetacore.command.exception.CommandSenderMustBePlayerException, com.zetaplugins.zetacore.command.exception.CommandUsageException
      Specified by:
      execute in class com.zetaplugins.zetacore.command.PluginCommand<EssentialZ>
      Throws:
      com.zetaplugins.zetacore.command.exception.CommandSenderMustBePlayerException
      com.zetaplugins.zetacore.command.exception.CommandUsageException
    • tabComplete

      public List<String> tabComplete(com.zetaplugins.zetacore.command.CommandContext ctx)
      Specified by:
      tabComplete in class com.zetaplugins.zetacore.command.PluginCommand<EssentialZ>