Package studio.magemonkey.fabled.cmd
Class CmdCustomize
java.lang.Object
studio.magemonkey.fabled.cmd.CmdCustomize
- All Implemented Interfaces:
studio.magemonkey.codex.mccore.commands.IFunction
public class CmdCustomize
extends Object
implements studio.magemonkey.codex.mccore.commands.IFunction
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CUSTOMIZE
- See Also:
-
-
Constructor Details
-
CmdCustomize
public CmdCustomize()
-
-
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
-