Package com.sucy.skill.cmd
Class CmdSwitch
java.lang.Object
com.sucy.skill.cmd.CmdSwitch
- All Implemented Interfaces:
mc.promcteam.engine.mccore.commands.IFunction
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CmdSwitch
public CmdSwitch()
-
-
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
-