Interface AttackStylesConfig
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default boolean
alwaysShowStyle()
default boolean
hideAutoRetaliate()
default boolean
removeWarnedStyles()
default boolean
showChatWarnings()
default boolean
warnForAttack()
default boolean
warnForDefence()
default boolean
warnForMagic()
default boolean
warnForRanged()
default boolean
warnForStrength()
default Notification
warningNotification()
-
-
-
Method Detail
-
alwaysShowStyle
default boolean alwaysShowStyle()
-
warnForDefence
default boolean warnForDefence()
-
warnForAttack
default boolean warnForAttack()
-
warnForStrength
default boolean warnForStrength()
-
warnForRanged
default boolean warnForRanged()
-
warnForMagic
default boolean warnForMagic()
-
hideAutoRetaliate
default boolean hideAutoRetaliate()
-
removeWarnedStyles
default boolean removeWarnedStyles()
-
showChatWarnings
default boolean showChatWarnings()
-
warningNotification
default Notification warningNotification()
-
-