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 Notification
enableNotifications()
default GrandExchangeSearchMode
geSearchMode()
default boolean
highlightSearchMatch()
default Notification
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 Notification enableNotifications()
-
notifyOnOfferComplete
default Notification 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()
-
-