Interface LootTrackerConfig
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default String
getIgnoredEvents()
default String
getIgnoredItems()
default boolean
npcKillChatMessage()
default LootTrackerPriceType
priceType()
default boolean
pvpKillChatMessage()
void
setIgnoredEvents(String key)
void
setIgnoredItems(String key)
default boolean
showPriceType()
default boolean
showRaidsLootValue()
default boolean
syncPanel()
-
-
-
Field Detail
-
GROUP
static final String GROUP
- See Also:
- Constant Field Values
-
ignored
static final String ignored
- See Also:
- Constant Field Values
-
-
Method Detail
-
getIgnoredItems
default String getIgnoredItems()
-
setIgnoredItems
void setIgnoredItems(String key)
-
priceType
default LootTrackerPriceType priceType()
-
showPriceType
default boolean showPriceType()
-
syncPanel
default boolean syncPanel()
-
getIgnoredEvents
default String getIgnoredEvents()
-
setIgnoredEvents
void setIgnoredEvents(String key)
-
npcKillChatMessage
default boolean npcKillChatMessage()
-
pvpKillChatMessage
default boolean pvpKillChatMessage()
-
showRaidsLootValue
default boolean showRaidsLootValue()
-
-