Interface TimeTrackingConfig
-
-
Field Summary
Fields Modifier and Type Field Description static String
AUTOWEED
static String
BIRD_HOUSE
static String
BIRDHOUSE_NOTIFY
static String
COMPOST
static String
CONFIG_GROUP
static String
FARM_TICK_OFFSET
static String
FARM_TICK_OFFSET_PRECISION
static String
NOTIFY
static String
PREFER_SOONEST
static String
PROTECTED
static String
STOPWATCHES
static String
TIMERS
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Tab
activeTab()
default int
defaultTimerMinutes()
default boolean
farmingContractInfoBox()
default boolean
preferSoonest()
void
setActiveTab(Tab t)
default SortOrder
sortOrder()
default TimeFormatMode
timeFormatMode()
default Notification
timerNotification()
default int
timerWarningThreshold()
-
-
-
Field Detail
-
CONFIG_GROUP
static final String CONFIG_GROUP
- See Also:
- Constant Field Values
-
FARM_TICK_OFFSET
static final String FARM_TICK_OFFSET
- See Also:
- Constant Field Values
-
FARM_TICK_OFFSET_PRECISION
static final String FARM_TICK_OFFSET_PRECISION
- See Also:
- Constant Field Values
-
AUTOWEED
static final String AUTOWEED
- See Also:
- Constant Field Values
-
BIRD_HOUSE
static final String BIRD_HOUSE
- See Also:
- Constant Field Values
-
TIMERS
static final String TIMERS
- See Also:
- Constant Field Values
-
STOPWATCHES
static final String STOPWATCHES
- See Also:
- Constant Field Values
-
PREFER_SOONEST
static final String PREFER_SOONEST
- See Also:
- Constant Field Values
-
NOTIFY
static final String NOTIFY
- See Also:
- Constant Field Values
-
BIRDHOUSE_NOTIFY
static final String BIRDHOUSE_NOTIFY
- See Also:
- Constant Field Values
-
COMPOST
static final String COMPOST
- See Also:
- Constant Field Values
-
PROTECTED
static final String PROTECTED
- See Also:
- Constant Field Values
-
-
Method Detail
-
timeFormatMode
default TimeFormatMode timeFormatMode()
-
timerNotification
default Notification timerNotification()
-
farmingContractInfoBox
default boolean farmingContractInfoBox()
-
defaultTimerMinutes
@Units(" mins") default int defaultTimerMinutes()
-
sortOrder
default SortOrder sortOrder()
-
timerWarningThreshold
@Units("s") default int timerWarningThreshold()
-
preferSoonest
default boolean preferSoonest()
-
activeTab
default Tab activeTab()
-
setActiveTab
void setActiveTab(Tab t)
-
-