Class HealCommand

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

public class HealCommand extends EszCommand
  • Constructor Details

    • HealCommand

      public HealCommand(EssentialZ plugin)
  • Method Details

    • execute

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

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