Interface WoodcuttingConfig
-
-
Field Summary
Fields Modifier and Type Field Description static String
forestrySection
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default ClueNestTier
clueNestNotifyTier()
default boolean
forestryFloweringTreeNotification()
default boolean
forestryLeprechaunNotification()
default boolean
forestryRisingRootsNotification()
default boolean
forestryStrugglingSaplingNotification()
default boolean
highlightFlowers()
default boolean
highlightGlowingRoots()
default boolean
highlightMulch()
default boolean
showNestNotification()
default boolean
showRedwoodTrees()
default boolean
showRespawnTimers()
default boolean
showWoodcuttingStats()
default int
statTimeout()
-
-
-
Field Detail
-
forestrySection
static final String forestrySection
- See Also:
- Constant Field Values
-
-
Method Detail
-
statTimeout
@Units(" mins") default int statTimeout()
-
showNestNotification
default boolean showNestNotification()
-
clueNestNotifyTier
default ClueNestTier clueNestNotifyTier()
-
showWoodcuttingStats
default boolean showWoodcuttingStats()
-
showRedwoodTrees
default boolean showRedwoodTrees()
-
showRespawnTimers
default boolean showRespawnTimers()
-
forestryLeprechaunNotification
default boolean forestryLeprechaunNotification()
-
forestryRisingRootsNotification
default boolean forestryRisingRootsNotification()
-
forestryStrugglingSaplingNotification
default boolean forestryStrugglingSaplingNotification()
-
forestryFloweringTreeNotification
default boolean forestryFloweringTreeNotification()
-
highlightGlowingRoots
default boolean highlightGlowingRoots()
-
highlightMulch
default boolean highlightMulch()
-
highlightFlowers
default boolean highlightFlowers()
-
-