Interface SlayerConfig
-
-
Field Summary
Fields Modifier and Type Field Description static String
AMOUNT_KEY
static String
GROUP_NAME
static String
INIT_AMOUNT_KEY
static String
POINTS_KEY
static String
STREAK_KEY
static String
TASK_LOC_KEY
static String
TASK_NAME_KEY
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Color
getTargetColor()
default boolean
highlightHull()
default boolean
highlightOutline()
default boolean
highlightTile()
default boolean
showInfobox()
default boolean
showItemOverlay()
default Notification
showSuperiorNotification()
default int
statTimeout()
default boolean
taskCommand()
default boolean
weaknessPrompt()
-
-
-
Field Detail
-
GROUP_NAME
static final String GROUP_NAME
- See Also:
- Constant Field Values
-
TASK_NAME_KEY
static final String TASK_NAME_KEY
- See Also:
- Constant Field Values
-
AMOUNT_KEY
static final String AMOUNT_KEY
- See Also:
- Constant Field Values
-
INIT_AMOUNT_KEY
static final String INIT_AMOUNT_KEY
- See Also:
- Constant Field Values
-
TASK_LOC_KEY
static final String TASK_LOC_KEY
- See Also:
- Constant Field Values
-
STREAK_KEY
static final String STREAK_KEY
- See Also:
- Constant Field Values
-
POINTS_KEY
static final String POINTS_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
showInfobox
default boolean showInfobox()
-
showItemOverlay
default boolean showItemOverlay()
-
showSuperiorNotification
default Notification showSuperiorNotification()
-
statTimeout
@Units(" mins") default int statTimeout()
-
highlightHull
default boolean highlightHull()
-
highlightTile
default boolean highlightTile()
-
highlightOutline
default boolean highlightOutline()
-
weaknessPrompt
default boolean weaknessPrompt()
-
taskCommand
default boolean taskCommand()
-
-