Adds most of the code necessary for #11
This commit is contained in:
@ -180,6 +180,15 @@ public class GlobalSettings {
|
||||
return asBoolean(GlobalSetting.NATURAL_COST);
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets whether to show exact time for reforging wait-time, and for wait-time between sessions
|
||||
*
|
||||
* @return <p>Whether to show exact time</p>
|
||||
*/
|
||||
public boolean getShowExactTime() {
|
||||
return asBoolean(GlobalSetting.SHOW_EXACT_TIME);
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the base price for the given material
|
||||
*
|
||||
|
Reference in New Issue
Block a user