Interface ChatNotificationsConfig
-
-
Field Summary
Fields Modifier and Type Field Description static String
highlightLists
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default boolean
highlightOwnName()
default String
highlightRegexString()
default String
highlightWordsString()
default Notification
notifyOnBroadcast()
default Notification
notifyOnDuel()
default Notification
notifyOnHighlight()
default Notification
notifyOnOwnName()
default Notification
notifyOnPM()
default Notification
notifyOnTrade()
-
-
-
Field Detail
-
highlightLists
static final String highlightLists
- See Also:
- Constant Field Values
-
-
Method Detail
-
highlightWordsString
default String highlightWordsString()
-
highlightRegexString
default String highlightRegexString()
-
highlightOwnName
default boolean highlightOwnName()
-
notifyOnOwnName
default Notification notifyOnOwnName()
-
notifyOnHighlight
default Notification notifyOnHighlight()
-
notifyOnTrade
default Notification notifyOnTrade()
-
notifyOnDuel
default Notification notifyOnDuel()
-
notifyOnBroadcast
default Notification notifyOnBroadcast()
-
notifyOnPM
default Notification notifyOnPM()
-
-