Package com.sucy.skill.cmd
Class CmdList
java.lang.Object
com.sucy.skill.cmd.CmdList
- All Implemented Interfaces:
mc.promcteam.engine.mccore.commands.IFunction
A command that displays a player's account information
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CmdList
public CmdList()
-
-
Method Details
-
execute
public void execute(mc.promcteam.engine.mccore.commands.ConfigurableCommand cmd, org.bukkit.plugin.Plugin plugin, org.bukkit.command.CommandSender sender, String[] args) Runs the command- Specified by:
executein interfacemc.promcteam.engine.mccore.commands.IFunction- Parameters:
cmd- command that was executedplugin- plugin referencesender- sender of the commandargs- argument list
-