Class ClearChatCommand

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

public class ClearChatCommand extends EszCommand
  • Constructor Details

    • ClearChatCommand

      public ClearChatCommand(EssentialZ plugin)
  • Method Details

    • execute

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

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