Class DimensionsConfig
java.lang.Object
com.pixelmonmod.pixelmon.api.config.api.yaml.AbstractYamlConfig
com.pixelmonmod.pixelmon.api.config.DimensionsConfig
- All Implemented Interfaces:
Config
-
Field Summary
Fields inherited from class com.pixelmonmod.pixelmon.api.config.api.yaml.AbstractYamlConfig
base, config
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfloat
float
float
boolean
boolean
Methods inherited from class com.pixelmonmod.pixelmon.api.config.api.yaml.AbstractYamlConfig
getNode, save
-
Constructor Details
-
DimensionsConfig
public DimensionsConfig()
-
-
Method Details
-
isUltraSpace
public boolean isUltraSpace()- Returns:
- Whether Ultra Wormholes spawn/work or not.
-
isWildBerryTrees
public boolean isWildBerryTrees()- Returns:
- If berry trees spawn in the wild
-
getTumblestoneGrowthChance
public float getTumblestoneGrowthChance()- Returns:
- The chance of the tumblestone block growing
-
getTumblestoneRestoreChance
public float getTumblestoneRestoreChance()- Returns:
- The chance of the tumblestone restoring
-
getTumblestoneSpawnChance
public float getTumblestoneSpawnChance()- Returns:
- The chance of tumblestone spawning in the world
-