Interface GrandExchangeConfig
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONFIG_GROUP
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default boolean
enableGELimitReset()
default boolean
enableGELimits()
default boolean
enableNotifications()
default GrandExchangeSearchMode
geSearchMode()
default boolean
highlightSearchMatch()
default boolean
notifyOnOfferComplete()
default boolean
quickLookup()
default boolean
showActivelyTradedPrice()
default boolean
showExact()
default boolean
showTotal()
-
-
-
Field Detail
-
CONFIG_GROUP
static final String CONFIG_GROUP
- See Also:
- Constant Field Values
-
-
Method Detail
-
quickLookup
default boolean quickLookup()
-
enableNotifications
default boolean enableNotifications()
-
notifyOnOfferComplete
default boolean notifyOnOfferComplete()
-
showActivelyTradedPrice
default boolean showActivelyTradedPrice()
-
enableGELimits
default boolean enableGELimits()
-
enableGELimitReset
default boolean enableGELimitReset()
-
showTotal
default boolean showTotal()
-
showExact
default boolean showExact()
-
highlightSearchMatch
default boolean highlightSearchMatch()
-
geSearchMode
default GrandExchangeSearchMode geSearchMode()
-
-