Class CommandUnequip

java.lang.Object
net.jeqo.bloons.commands.manager.Command
net.jeqo.bloons.commands.CommandUnequip

public class CommandUnequip extends Command
A command used to unequip a balloon
  • Constructor Details

    • CommandUnequip

      public CommandUnequip(org.bukkit.plugin.java.JavaPlugin plugin)
      Constructor for the CommandUnequip class
      Parameters:
      plugin - The instance of the plugin, type org.bukkit.plugin.java.JavaPlugin
  • Method Details

    • execute

      public boolean execute(org.bukkit.command.CommandSender sender, String[] args)
      Description copied from class: Command
      The functionality run on the successful execution of a command
      Specified by:
      execute in class Command
      Parameters:
      sender - The sender of the command, type org.bukkit.command.CommandSender
      args - The arguments of the command, type java.lang.String[]
      Returns:
      Whether the command was executed successfully, type boolean