Package com.sk89q.worldguard.config
Class YamlWorldConfiguration
java.lang.Object
com.sk89q.worldguard.config.WorldConfiguration
com.sk89q.worldguard.config.YamlWorldConfiguration
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.sk89q.util.yaml.YAMLProcessorprotected com.sk89q.util.yaml.YAMLProcessorFields inherited from class com.sk89q.worldguard.config.WorldConfiguration
allowedLavaSpreadOver, allowedSnowFallOver, allowPortalAnywhere, allowTamedSpawns, alwaysRaining, alwaysThundering, antiWolfDumbness, blacklist, blacklistFile, blockCreatureSpawn, blockCreeperBlockDamage, blockCreeperExplosions, blockEnderDragonBlockDamage, blockEnderDragonPortalCreation, blockEntityArmorStandDestroy, blockEntityItemFrameDestroy, blockEntityPaintingDestroy, blockEntityVehicleEntry, blockFireballBlockDamage, blockFireballExplosions, blockGroundSlimes, blockLighter, blockOtherExplosions, blockPluginSpawning, blockPotionsAlways, blockTNTBlockDamage, blockTNTExplosions, blockWitherBlockDamage, blockWitherExplosions, blockWitherSkullBlockDamage, blockWitherSkullExplosions, blockZombieDoorDestruction, boundedLocationFlags, breakDeniedHoppers, buildPermissionDenyMessage, buildPermissions, checkLiquidFlow, claimOnlyInsideExistingRegions, CONFIG_HEADER, disableConduitEffects, disableContactDamage, disableCoralBlockFade, disableCreatureCropTrampling, disableCreatureTurtleEggTrampling, disableCreeperPower, disableCropGrowth, disableDeathMessages, disableDrowningDamage, disableEndermanGriefing, disableExpDrops, disableExplosionDamage, disableFallDamage, disableFireDamage, disableFireSpread, disableFireSpreadBlocks, disableGrassGrowth, disableHealthRegain, disableIceFormation, disableIceMelting, disableLavaDamage, disableLeafDecay, disableLightningDamage, disableMobDamage, disableMushroomSpread, disableMyceliumSpread, disableObsidianGenerators, disablePigZap, disablePlayerCropTrampling, disablePlayerTurtleEggTrampling, disableSignChestProtectionCheck, disableSnowFormation, disableSnowmanTrails, disableSnowMelting, disableSoilDehydration, disableSuffocationDamage, disableThunder, disableVillagerZap, disableVineGrowth, disableVoidDamage, disableWeather, disallowedLightningBlocks, explosionFlagCancellation, fakePlayerBuildOverride, fireSpreadDisableToggle, forceDefaultTitleTimes, highFreqFlags, ignoreHopperMoveEvents, itemDurability, log, maxClaimVolume, maxRegionCountPerPlayer, maxRegionCounts, noPhysicsGravel, noPhysicsSand, opPermissions, preventLavaFire, preventLightningFire, preventWaterDamage, pumpkinScuba, redstoneSponges, regionCancelEmptyChatEvents, regionInvinciblityRemovesMobs, regionNetherPortalProtection, regionWand, removeInfiniteStacks, ropeLadders, safeFallOnVoid, signChestProtection, simulateSponge, spongeRadius, strictEntitySpawn, summaryOnStart, teleportOnSuffocation, teleportOnVoid, useMaxPriorityAssociation, useRegions -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetBoolean(String node, boolean def)intgetIntList(String node, List<Integer> def)getProperty(String node)getStringList(String node, List<String> def)Methods inherited from class com.sk89q.worldguard.config.WorldConfiguration
convertLegacyBlock, convertLegacyBlocks, convertLegacyItem, convertLegacyItems, getBlacklist, getMaxRegionCount, loadConfiguration
-
Field Details
-
parentConfig
protected com.sk89q.util.yaml.YAMLProcessor parentConfig -
config
protected com.sk89q.util.yaml.YAMLProcessor config
-
-
Constructor Details
-
YamlWorldConfiguration
public YamlWorldConfiguration()
-
-
Method Details
-
getBoolean
-
getString
-
getInt
-
getIntList
-
getStringList
-
getKeys
-
getProperty
-