Interface BarrowsConfig
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Color
brotherLocColor()
default Color
deadBrotherLocColor()
default boolean
showBrotherLoc()
default boolean
showChestValue()
default boolean
showPrayerDrainTimer()
default boolean
showPuzzleAnswer()
-
-
-
Method Detail
-
showBrotherLoc
default boolean showBrotherLoc()
-
showChestValue
default boolean showChestValue()
-
brotherLocColor
default Color brotherLocColor()
-
deadBrotherLocColor
default Color deadBrotherLocColor()
-
showPuzzleAnswer
default boolean showPuzzleAnswer()
-
showPrayerDrainTimer
default boolean showPrayerDrainTimer()
-
-