Interface DailyTasksConfig
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default boolean
showArrows()
default boolean
showBonemeal()
default boolean
showDynamite()
default boolean
showEssence()
default boolean
showFlax()
default boolean
showHerbBoxes()
default boolean
showRunes()
default boolean
showSand()
default boolean
showStaves()
-
-
-
Method Detail
-
showHerbBoxes
default boolean showHerbBoxes()
-
showStaves
default boolean showStaves()
-
showEssence
default boolean showEssence()
-
showRunes
default boolean showRunes()
-
showSand
default boolean showSand()
-
showFlax
default boolean showFlax()
-
showBonemeal
default boolean showBonemeal()
-
showDynamite
default boolean showDynamite()
-
showArrows
default boolean showArrows()
-
-