Class PlanConfig
java.lang.Object
com.djrapitops.plan.settings.config.ConfigNode
com.djrapitops.plan.settings.config.Config
com.djrapitops.plan.settings.config.PlanConfig
Plan configuration file.
-
Field Summary
Fields inherited from class com.djrapitops.plan.settings.config.ConfigNode
childNodes, comment, key, nodeModificationLock, nodeOrder, parent, value
-
Constructor Summary
ConstructorDescriptionPlanConfig
(PlanFiles files, WorldAliasSettings worldAliasSettings, net.playeranalytics.plugin.server.PluginLogger logger) PlanConfig
(File configFile, PlanFiles files, WorldAliasSettings worldAliasSettings, net.playeranalytics.plugin.server.PluginLogger logger) -
Method Summary
Modifier and TypeMethodDescriptionboolean
<T> T
<T> T
getOrDefault
(Setting<T> setting, T defaultValue) double
int
hashCode()
boolean
boolean
<T> void
Methods inherited from class com.djrapitops.plan.settings.config.Config
getConfigFilePath, read, save
Methods inherited from class com.djrapitops.plan.settings.config.ConfigNode
addChild, addNode, contains, copyAll, copyMissing, copyValue, dfs, getBoolean, getBoolean, getChildren, getComment, getConfigPaths, getDouble, getDouble, getInteger, getInteger, getKey, getLong, getLong, getNode, getNodeDepth, getNodeOrder, getParent, getString, getString, getStringList, getStringList, getStringMap, isLeafNode, moveChild, remove, removeChild, removeNode, reorder, set, set, setComment, sort, toString, updateParent
-
Constructor Details
-
PlanConfig
@Inject public PlanConfig(PlanFiles files, WorldAliasSettings worldAliasSettings, net.playeranalytics.plugin.server.PluginLogger logger) -
PlanConfig
public PlanConfig(File configFile, PlanFiles files, WorldAliasSettings worldAliasSettings, net.playeranalytics.plugin.server.PluginLogger logger)
-
-
Method Details
-
get
-
getOrDefault
-
isTrue
-
isFalse
-
set
-
getTimeZone
-
getTimeZoneOffsetHours
public double getTimeZoneOffsetHours() -
getPageExportPath
-
getJSONExportPath
-
getExtensionSettings
-
getResourceSettings
-
getWorldAliasSettings
-
getDefaultPreferences
-
equals
-
hashCode
public int hashCode()
-