JavaScript is disabled on your browser.
Enum Constant Summary
Enum Constants
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
org.bukkit.Material
boolean
boolean
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
ENABLE_DEBUG_MODE
public static final Options ENABLE_DEBUG_MODE
ENABLE_DEBUG_MODE_TIME
public static final Options ENABLE_DEBUG_MODE_TIME
USE_SELL_COOLDOWN
public static final Options USE_SELL_COOLDOWN
ENABLE_PLUGIN
public static final Options ENABLE_PLUGIN
CREATIVE_SELL
public static final Options CREATIVE_SELL
BETTER_PRICE
public static final Options BETTER_PRICE
BETTER_PRICE_REDUCTION
public static final Options BETTER_PRICE_REDUCTION
USE_NO_MONEY_ITEM
public static final Options USE_NO_MONEY_ITEM
DISABLE_ERROR_BUY_MESSAGE
public static final Options DISABLE_ERROR_BUY_MESSAGE
ENABLE_SELL_ANNONCE
public static final Options ENABLE_SELL_ANNONCE
ENABLE_BUY_ANNONCE
public static final Options ENABLE_BUY_ANNONCE
OPEN_INVENTORY_AFTER_REMOVE_CONFIRM
public static final Options OPEN_INVENTORY_AFTER_REMOVE_CONFIRM
OPEN_INVENTORY_AFTER_BUYING
public static final Options OPEN_INVENTORY_AFTER_BUYING
USE_LOG
public static final Options USE_LOG
USE_LOG_CONFIG
public static final Options USE_LOG_CONFIG
DISABLE_COMMANDS
public static final Options DISABLE_COMMANDS
ENABLE_CLAIM_MONEY
public static final Options ENABLE_CLAIM_MONEY
ENABLE_CLAIM_MONEY_MESSAGE_ON_JOIN
public static final Options ENABLE_CLAIM_MONEY_MESSAGE_ON_JOIN
ENABLE_TRANSACTION_MESSAGE_ON_JOIN
public static final Options ENABLE_TRANSACTION_MESSAGE_ON_JOIN
DISABLE_BREAK_ITEMS
public static final Options DISABLE_BREAK_ITEMS
ENABLE_CUSTOM_HELP_MESSAGE
public static final Options ENABLE_CUSTOM_HELP_MESSAGE
ENABLE_CUSTOM_SELL_MESSAGE
public static final Options ENABLE_CUSTOM_SELL_MESSAGE
DISPLAY_COOLDOWN_MESSAGE
public static final Options DISPLAY_COOLDOWN_MESSAGE
ENABLE_COMMAND_INVENTORIES
public static final Options ENABLE_COMMAND_INVENTORIES
ENABLE_OPEN_SYNC_INVENTORY
public static final Options ENABLE_OPEN_SYNC_INVENTORY
NEED_PRICE_FOR_SELL_INVENTORY
public static final Options NEED_PRICE_FOR_SELL_INVENTORY
ENABLE_DEFAULT_TAX
public static final Options ENABLE_DEFAULT_TAX
ENABLE_ITEMS_TAX
public static final Options ENABLE_ITEMS_TAX
DISABLE_PRICE_ERRORS_DEFAULT
public static final Options DISABLE_PRICE_ERRORS_DEFAULT
ENABLE_MIN_MAX_PRICE_PER_ITEMS
public static final Options ENABLE_MIN_MAX_PRICE_PER_ITEMS
ENABLE_VERSION_CHECKER
public static final Options ENABLE_VERSION_CHECKER
ENABLE_REDIS_AUTO_UPDATE_INVENTORY
public static final Options ENABLE_REDIS_AUTO_UPDATE_INVENTORY
ENABLE_REDIS_AUTO_UPDATE_MONEY
public static final Options ENABLE_REDIS_AUTO_UPDATE_MONEY
ENABLE_CLICK_COOLDOWN
public static final Options ENABLE_CLICK_COOLDOWN
ENABLE_ADD_ITEMFLAG
public static final Options ENABLE_ADD_ITEMFLAG
DISABLE_SALE_IF_PLAYER_IS_LAGGING
public static final Options DISABLE_SALE_IF_PLAYER_IS_LAGGING
DISABLE_SALE_IF_SERVER_IS_LAGGING
public static final Options DISABLE_SALE_IF_SERVER_IS_LAGGING
ENABLE_TAB_BYPASS_PERMISSION
public static final Options ENABLE_TAB_BYPASS_PERMISSION
ENABLE_PAPI_IN_AUCTION_ITEM_LORE
public static final Options ENABLE_PAPI_IN_AUCTION_ITEM_LORE
ENABLE_PRIORITY_SORT
public static final Options ENABLE_PRIORITY_SORT
ENABLE_PRIORITY_SORT_LIMIT
public static final Options ENABLE_PRIORITY_SORT_LIMIT
ENABLE_PERMISSION_FOR_SELLING
public static final Options ENABLE_PERMISSION_FOR_SELLING
Method Details
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
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
getName
Returns:
the name
getMaterial
public org.bukkit.Material getMaterial ()
Returns:
the material
getDescriptions
Returns:
the descriptions
toggle
public boolean toggle ()
isToggle
public boolean isToggle ()