public class YAMLConfiguration extends LocalConfiguration
LocalConfiguration
using YAML configuration files.Modifier and Type | Field and Description |
---|---|
protected YAMLProcessor |
config |
protected java.util.logging.Logger |
logger |
allowedDataCycleBlocks, allowSymlinks, butcherDefaultRadius, butcherMaxRadius, calculationTimeout, defaultChangeLimit, defaultDisallowedBlocks, defaultMaxPolygonalPoints, defaultMaxPolyhedronPoints, disallowedBlocks, logCommands, logFile, logFormat, maxBrushRadius, maxChangeLimit, maxPolygonalPoints, maxPolyhedronPoints, maxRadius, maxSuperPickaxeSize, navigationUseGlass, navigationWand, navigationWandMaxDistance, noDoubleSlash, profile, registerHelp, saveDir, scriptsDir, scriptTimeout, serverSideCUI, shellSaveType, showHelpInfo, snapshotRepo, superPickaxeDrop, superPickaxeManyDrop, useInventory, useInventoryCreativeOverride, useInventoryOverride, wandItem
Constructor and Description |
---|
YAMLConfiguration(YAMLProcessor config,
java.util.logging.Logger logger) |
Modifier and Type | Method and Description |
---|---|
void |
load()
Load the configuration.
|
void |
unload() |
convertLegacyItem, getWorkingDirectory
protected final YAMLProcessor config
protected final java.util.logging.Logger logger
public YAMLConfiguration(YAMLProcessor config, java.util.logging.Logger logger)
public void load()
LocalConfiguration
load
in class LocalConfiguration
public void unload()