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

public class FlyCommand extends EszCommand
  • Constructor Details

    • FlyCommand

      public FlyCommand(EssentialZ plugin)
  • Method Details

    • execute

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

      public void sendSelfConfirmationMessage(org.bukkit.entity.Player player)
    • sendOthersConfirmationMessage

      public void sendOthersConfirmationMessage(org.bukkit.entity.Player targetPlayer, org.bukkit.command.CommandSender sender)
    • tabComplete

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