Interface NpcAggroAreaConfig
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONFIG_CENTER1
static String
CONFIG_CENTER2
static String
CONFIG_DURATION
static String
CONFIG_GROUP
static String
CONFIG_LOCATION
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Color
aggroAreaColor()
default boolean
alwaysActive()
default boolean
hideIfOutOfCombat()
default Notification
notifyExpire()
default String
npcNamePatterns()
default boolean
showAreaLines()
default boolean
showOnSlayerTask()
default boolean
showTimer()
default Color
unaggroAreaColor()
-
-
-
Field Detail
-
CONFIG_GROUP
static final String CONFIG_GROUP
- See Also:
- Constant Field Values
-
CONFIG_CENTER1
static final String CONFIG_CENTER1
- See Also:
- Constant Field Values
-
CONFIG_CENTER2
static final String CONFIG_CENTER2
- See Also:
- Constant Field Values
-
CONFIG_LOCATION
static final String CONFIG_LOCATION
- See Also:
- Constant Field Values
-
CONFIG_DURATION
static final String CONFIG_DURATION
- See Also:
- Constant Field Values
-
-
Method Detail
-
alwaysActive
default boolean alwaysActive()
-
npcNamePatterns
default String npcNamePatterns()
-
showTimer
default boolean showTimer()
-
showAreaLines
default boolean showAreaLines()
-
notifyExpire
default Notification notifyExpire()
-
hideIfOutOfCombat
default boolean hideIfOutOfCombat()
-
showOnSlayerTask
default boolean showOnSlayerTask()
-
-