Interface KourendLibraryConfig
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
GROUP_KEY
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default boolean
alwaysShowVarlamoreEnvoy()
default boolean
hideButton()
default boolean
hideDarkManuscript()
default boolean
hideDuplicateBook()
default boolean
showTargetHintArrow()
default boolean
showTutorialOverlay()
-
-
-
Field Detail
-
GROUP_KEY
static final java.lang.String GROUP_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
hideButton
default boolean hideButton()
-
hideDuplicateBook
default boolean hideDuplicateBook()
-
alwaysShowVarlamoreEnvoy
default boolean alwaysShowVarlamoreEnvoy()
-
hideDarkManuscript
default boolean hideDarkManuscript()
-
showTutorialOverlay
default boolean showTutorialOverlay()
-
showTargetHintArrow
default boolean showTargetHintArrow()
-
-