Class CommandEquip

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

public class CommandEquip extends Command
A command used to equip a balloon
  • Constructor Details

    • CommandEquip

      public CommandEquip(org.bukkit.plugin.java.JavaPlugin plugin)
      Constructor for the CommandEquip 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