Package studio.magemonkey.fabled.cmd
Class CmdClearBinds
java.lang.Object
studio.magemonkey.fabled.cmd.CmdClearBinds
- All Implemented Interfaces:
studio.magemonkey.codex.mccore.commands.IFunction
public class CmdClearBinds
extends Object
implements studio.magemonkey.codex.mccore.commands.IFunction
Command to clear all bound skills
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CmdClearBinds
public CmdClearBinds()
-
-
Method Details
-
execute
public void execute(studio.magemonkey.codex.mccore.commands.ConfigurableCommand command, org.bukkit.plugin.Plugin plugin, org.bukkit.command.CommandSender sender, String[] args) Executes the command- Specified by:
execute
in interfacestudio.magemonkey.codex.mccore.commands.IFunction
- Parameters:
command
- owning commandplugin
- plugin referencesender
- sender of the commandargs
- arguments
-