public abstract class LocalConfiguration
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.Set<java.lang.Integer> |
allowedDataCycleBlocks |
boolean |
allowSymlinks |
int |
butcherDefaultRadius |
int |
butcherMaxRadius |
int |
defaultChangeLimit |
protected static int[] |
defaultDisallowedBlocks |
int |
defaultMaxPolygonalPoints |
int |
defaultMaxPolyhedronPoints |
java.util.Set<java.lang.Integer> |
disallowedBlocks |
boolean |
logCommands |
java.lang.String |
logFile |
int |
maxBrushRadius |
int |
maxChangeLimit |
int |
maxPolygonalPoints |
int |
maxPolyhedronPoints |
int |
maxRadius |
int |
maxSuperPickaxeSize |
boolean |
navigationUseGlass |
int |
navigationWand |
int |
navigationWandMaxDistance |
boolean |
noDoubleSlash |
boolean |
profile |
boolean |
registerHelp |
java.lang.String |
saveDir |
java.lang.String |
scriptsDir |
int |
scriptTimeout |
java.lang.String |
shellSaveType |
boolean |
showHelpInfo |
SnapshotRepository |
snapshotRepo |
boolean |
superPickaxeDrop |
boolean |
superPickaxeManyDrop |
boolean |
useInventory |
boolean |
useInventoryCreativeOverride |
boolean |
useInventoryOverride |
int |
wandItem |
Constructor and Description |
---|
LocalConfiguration() |
Modifier and Type | Method and Description |
---|---|
java.io.File |
getWorkingDirectory()
Get the working directory to work from.
|
abstract void |
load()
Load the configuration.
|
protected static final int[] defaultDisallowedBlocks
public boolean profile
public java.util.Set<java.lang.Integer> disallowedBlocks
public int defaultChangeLimit
public int maxChangeLimit
public int defaultMaxPolygonalPoints
public int maxPolygonalPoints
public int defaultMaxPolyhedronPoints
public int maxPolyhedronPoints
public java.lang.String shellSaveType
public SnapshotRepository snapshotRepo
public int maxRadius
public int maxSuperPickaxeSize
public int maxBrushRadius
public boolean logCommands
public java.lang.String logFile
public boolean registerHelp
public int wandItem
public boolean superPickaxeDrop
public boolean superPickaxeManyDrop
public boolean noDoubleSlash
public boolean useInventory
public boolean useInventoryOverride
public boolean useInventoryCreativeOverride
public boolean navigationUseGlass
public int navigationWand
public int navigationWandMaxDistance
public int scriptTimeout
public java.util.Set<java.lang.Integer> allowedDataCycleBlocks
public java.lang.String saveDir
public java.lang.String scriptsDir
public boolean showHelpInfo
public int butcherDefaultRadius
public int butcherMaxRadius
public boolean allowSymlinks