Interface KingdomConfig
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONFIG_GROUP_NAME
static int
MAX_APPROVAL_PERCENT
static int
MAX_COFFER
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default int
getApprovalThreshold()
default int
getCofferThreshold()
default boolean
shouldSendNotifications()
-
-
-
Field Detail
-
CONFIG_GROUP_NAME
static final String CONFIG_GROUP_NAME
- See Also:
- Constant Field Values
-
MAX_COFFER
static final int MAX_COFFER
- See Also:
- Constant Field Values
-
MAX_APPROVAL_PERCENT
static final int MAX_APPROVAL_PERCENT
- See Also:
- Constant Field Values
-
-