Interface CommandManager.RequirementChecker

Enclosing class:
CommandManager

public static interface CommandManager.RequirementChecker
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isRequirementsMet​(org.bukkit.command.CommandSender sender, Command command, String... args)
    Checks whether the requirements for the command has been met.
  • Method Details

    • isRequirementsMet

      boolean isRequirementsMet(org.bukkit.command.CommandSender sender, Command command, String... args)
      Checks whether the requirements for the command has been met.
      Parameters:
      sender - A sender to send detailed feedback to.
      args -
      Returns:
      true iff the command can proceed.