Package com.sk89q.worldedit.util
Class YAMLConfiguration
java.lang.Object
com.sk89q.worldedit.LocalConfiguration
com.sk89q.worldedit.util.YAMLConfiguration
A less simple implementation of
LocalConfiguration
using YAML configuration files.-
Field Summary
Modifier and TypeFieldDescriptionprotected final YAMLProcessor
protected final org.apache.logging.log4j.Logger
Fields inherited from class com.sk89q.worldedit.LocalConfiguration
allowedDataCycleBlocks, allowSymlinks, butcherDefaultRadius, butcherMaxRadius, calculationTimeout, defaultChangeLimit, defaultLocale, defaultLocaleName, defaultMaxPolygonalPoints, defaultMaxPolyhedronPoints, defaultVerticalHeight, disallowedBlocks, extendedYLimit, logCommands, logFile, logFormat, maxBrushRadius, maxCalculationTimeout, maxChangeLimit, maxPolygonalPoints, maxPolyhedronPoints, maxRadius, maxSuperPickaxeSize, navigationUseGlass, navigationWand, navigationWandMaxDistance, profile, registerHelp, saveDir, scriptsDir, scriptTimeout, serverSideCUI, shellSaveType, showHelpInfo, snapshotDatabase, snapshotRepo, snapshotsConfigured, superPickaxeDrop, superPickaxeManyDrop, traceUnflushedSessions, useInventory, useInventoryCreativeOverride, useInventoryOverride, wandItem
-
Constructor Summary
ConstructorDescriptionYAMLConfiguration
(YAMLProcessor config, org.apache.logging.log4j.Logger logger) -
Method Summary
Methods inherited from class com.sk89q.worldedit.LocalConfiguration
convertLegacyItem, getDefaultDisallowedBlocks, getWorkingDirectory, getWorkingDirectoryPath, initializeSnapshotConfiguration, setDefaultLocaleName
-
Field Details
-
config
-
logger
protected final org.apache.logging.log4j.Logger logger
-
-
Constructor Details
-
YAMLConfiguration
-
-
Method Details
-
load
public void load()Description copied from class:LocalConfiguration
Load the configuration.- Specified by:
load
in classLocalConfiguration
-
unload
public void unload()
-