Enum Class Permission

java.lang.Object
java.lang.Enum<Permission>
fr.maxlego08.zauctionhouse.api.enums.Permission
All Implemented Interfaces:
Serializable, Comparable<Permission>, Constable

public enum Permission extends Enum<Permission>
  • Enum Constant Details

    • ZAUCTIONHOUSE_USE

      public static final Permission ZAUCTIONHOUSE_USE
    • ZAUCTIONHOUSE_HELP

      public static final Permission ZAUCTIONHOUSE_HELP
    • ZAUCTIONHOUSE_HISTORY

      public static final Permission ZAUCTIONHOUSE_HISTORY
    • ZAUCTIONHOUSE_TRANSACTION

      public static final Permission ZAUCTIONHOUSE_TRANSACTION
    • ZAUCTIONHOUSE_PRICE

      public static final Permission ZAUCTIONHOUSE_PRICE
    • ZAUCTIONHOUSE_BLACKLIST_ADD

      public static final Permission ZAUCTIONHOUSE_BLACKLIST_ADD
    • ZAUCTIONHOUSE_BLACKLIST

      public static final Permission ZAUCTIONHOUSE_BLACKLIST
    • ZAUCTIONHOUSE_BLACKLIST_REMOVE

      public static final Permission ZAUCTIONHOUSE_BLACKLIST_REMOVE
    • ZAUCTIONHOUSE_RELOAD

      public static final Permission ZAUCTIONHOUSE_RELOAD
    • ZAUCTIONHOUSE_SELL

      public static final Permission ZAUCTIONHOUSE_SELL
    • ZAUCTIONHOUSE_SELL_INVENTORY

      public static final Permission ZAUCTIONHOUSE_SELL_INVENTORY
    • ZAUCTIONHOUSE_GIVE_ECONOMY_ITEM

      public static final Permission ZAUCTIONHOUSE_GIVE_ECONOMY_ITEM
    • ZAUCTIONHOUSE_ADMIN_REMOVE

      public static final Permission ZAUCTIONHOUSE_ADMIN_REMOVE
    • ZAUCTIONHOUSE_CONFIG

      public static final Permission ZAUCTIONHOUSE_CONFIG
    • ZAUCTIONHOUSE_CLAIM

      public static final Permission ZAUCTIONHOUSE_CLAIM
    • ZAUCTIONHOUSE_CONVERT

      public static final Permission ZAUCTIONHOUSE_CONVERT
    • ZAUCTIONHOUSE_LANG

      public static final Permission ZAUCTIONHOUSE_LANG
    • ZAUCTIONHOUSE_PURGE

      public static final Permission ZAUCTIONHOUSE_PURGE
    • ZAUCTIONHOUSE_BYPASS_CLAIM_COOLDOWN

      public static final Permission ZAUCTIONHOUSE_BYPASS_CLAIM_COOLDOWN
    • ZAUCTIONHOUSE_OPEN

      public static final Permission ZAUCTIONHOUSE_OPEN
    • ZAUCTIONHOUSE_ADMIN_BYPASS_COOLDOWN

      public static final Permission ZAUCTIONHOUSE_ADMIN_BYPASS_COOLDOWN
  • Method Details

    • values

      public static Permission[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Permission valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getPermission

      public String getPermission()