Package com.sucy.skill.cmd
Class CmdCombo
java.lang.Object
com.sucy.skill.cmd.CmdCombo
- All Implemented Interfaces:
mc.promcteam.engine.mccore.commands.IFunction
Command to bind a skill to an item
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CmdCombo
public CmdCombo()
-
-
Method Details
-
execute
public void execute(mc.promcteam.engine.mccore.commands.ConfigurableCommand command, org.bukkit.plugin.Plugin plugin, org.bukkit.command.CommandSender sender, String[] args) Executes the command- Specified by:
executein interfacemc.promcteam.engine.mccore.commands.IFunction- Parameters:
command- owning commandplugin- plugin referencesender- sender of the commandargs- arguments
-