Class ThermooEnvironmentConfig
java.lang.Object
com.github.thedeathlycow.thermoo.impl.config.ThermooEnvironmentConfig
- All Implemented Interfaces:
me.shedaniel.autoconfig.ConfigData
-
Nested Class Summary
Nested classes/interfaces inherited from interface me.shedaniel.autoconfig.ConfigData
me.shedaniel.autoconfig.ConfigData.ValidationException -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleandoublefloatintintdoubleintintdoubleintintintintintMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface me.shedaniel.autoconfig.ConfigData
validatePostLoad
-
Constructor Details
-
ThermooEnvironmentConfig
public ThermooEnvironmentConfig()
-
-
Method Details
-
doDryBiomeNightFreezing
public boolean doDryBiomeNightFreezing() -
getBiomeTemperatureMultiplier
public double getBiomeTemperatureMultiplier() -
getPassiveFreezingCutoffTemp
public double getPassiveFreezingCutoffTemp() -
getNightTimeTemperatureDecrease
public double getNightTimeTemperatureDecrease() -
getRainWetnessIncrease
public int getRainWetnessIncrease() -
getTouchingWaterWetnessIncrease
public int getTouchingWaterWetnessIncrease() -
getDryRate
public int getDryRate() -
getOnFireDryDate
public int getOnFireDryDate() -
getOnFireWarmRate
public int getOnFireWarmRate() -
getPowderSnowFreezeRate
public int getPowderSnowFreezeRate() -
getWarmthPerLightLevel
public int getWarmthPerLightLevel() -
getMinLightForWarmth
public int getMinLightForWarmth() -
getUltrawarmWarmRate
public int getUltrawarmWarmRate() -
getDryBiomeNightTemperature
public float getDryBiomeNightTemperature()
-