Package studio.magemonkey.fabled.cmd
Class CmdForceSkill
java.lang.Object
studio.magemonkey.fabled.cmd.CmdForceSkill
- All Implemented Interfaces:
org.bukkit.command.TabCompleter
,studio.magemonkey.codex.mccore.commands.IFunction
public class CmdForceSkill
extends Object
implements studio.magemonkey.codex.mccore.commands.IFunction, org.bukkit.command.TabCompleter
Command to forcefully modify a skill's level
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(studio.magemonkey.codex.mccore.commands.ConfigurableCommand command, org.bukkit.plugin.Plugin plugin, org.bukkit.command.CommandSender sender, String[] args) Executes the commandonTabComplete
(org.bukkit.command.CommandSender commandSender, org.bukkit.command.Command command, String s, String[] args)
-
Constructor Details
-
CmdForceSkill
public CmdForceSkill()
-
-
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
-
onTabComplete
@Nullable public List<String> onTabComplete(@NotNull org.bukkit.command.CommandSender commandSender, @NotNull org.bukkit.command.Command command, @NotNull String s, @NotNull String[] args) - Specified by:
onTabComplete
in interfaceorg.bukkit.command.TabCompleter
-