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

public class SetWarpCommand extends EszCommand
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    execute(org.bukkit.command.CommandSender commandSender, org.bukkit.command.Command command, String label, com.zetaplugins.zetacore.commands.ArgumentList args)
     
    tabComplete(org.bukkit.command.CommandSender commandSender, org.bukkit.command.Command command, com.zetaplugins.zetacore.commands.ArgumentList args)
     

    Methods inherited from class com.zetaplugins.essentialz.util.commands.EszCommand

    getMessageManager

    Methods inherited from class com.zetaplugins.zetacore.commands.PluginCommand

    getDisplayOptions, getPlayerOptions, getPlugin, onCommand, onTabComplete, registerExceptionHandler

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SetWarpCommand

      public SetWarpCommand(EssentialZ plugin)
  • Method Details

    • execute

      public boolean execute(org.bukkit.command.CommandSender commandSender, org.bukkit.command.Command command, String label, com.zetaplugins.zetacore.commands.ArgumentList args) throws com.zetaplugins.zetacore.commands.exceptions.CommandException
      Specified by:
      execute in class com.zetaplugins.zetacore.commands.PluginCommand<EssentialZ>
      Throws:
      com.zetaplugins.zetacore.commands.exceptions.CommandException
    • tabComplete

      public List<String> tabComplete(org.bukkit.command.CommandSender commandSender, org.bukkit.command.Command command, com.zetaplugins.zetacore.commands.ArgumentList args)
      Specified by:
      tabComplete in class com.zetaplugins.zetacore.commands.PluginCommand<EssentialZ>