Interface IFunction
public interface IFunction
Interface for handlers for commands
-
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(ConfigurableCommand command, org.bukkit.plugin.Plugin plugin, org.bukkit.command.CommandSender sender, String[] args, boolean silent) Executes a function
-
Method Details
-
execute
void execute(ConfigurableCommand command, org.bukkit.plugin.Plugin plugin, org.bukkit.command.CommandSender sender, String[] args, boolean silent) Executes a function- Parameters:
command- owning commandplugin- plugin referencesender- sender of the commandargs- command argumentssilent- whether to suppress output
-