Interface IFunction


public interface IFunction
Interface for handlers for commands
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(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 command
      plugin - plugin reference
      sender - sender of the command
      args - command arguments
      silent - whether to suppress output