Interface IDhApiFogConfig
- All Superinterfaces:
IBindable,IDhApiConfigGroup
Distant Horizons' fog configuration.
Note: unless an option explicitly states that it modifies Minecraft's vanilla rendering (like DisableVanillaFog) these settings will only affect Distant horizons' fog.
Note: unless an option explicitly states that it modifies Minecraft's vanilla rendering (like DisableVanillaFog) these settings will only affect Distant horizons' fog.
- Since:
- API 1.0.0
-
Method Summary
Modifier and TypeMethodDescriptioncolor()Can be used to enable support with mods that change vanilla MC's fog color.If enabled attempts to disable vanilla MC's fog on real chunks.drawMode()Should be used to enable/disable fog rendering.farFog()The advanced fog config.The height fog config.Methods inherited from interface com.seibel.distanthorizons.coreapi.interfaces.dependencyInjection.IBindable
finishDelayedSetup, getDelayedSetupComplete
-
Method Details
-
farFog
IDhApiFarFogConfig farFog()The advanced fog config. -
heightFog
IDhApiHeightFogConfig heightFog()The height fog config. -
drawMode
IDhApiConfigValue<EDhApiFogDrawMode> drawMode()Should be used to enable/disable fog rendering. -
color
IDhApiConfigValue<EDhApiFogColorMode> color()Can be used to enable support with mods that change vanilla MC's fog color. -
disableVanillaFog
IDhApiConfigValue<Boolean> disableVanillaFog()If enabled attempts to disable vanilla MC's fog on real chunks.
May not play nice with other fog editing mods.
-