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.Deprecated.drawMode()
Deprecated.since API 4.0.0 useenableDhFog()
Used to enable/disable DH fog rendering.If set to false DH will attempt to disable vanilla MC's fog on real chunks.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
Deprecated.since API 4.0.0 useenableDhFog()
Used to enable/disable DH fog rendering. -
enableDhFog
IDhApiConfigValue<Boolean> enableDhFog()Used to enable/disable DH fog rendering.- Since:
- API 4.0.0
-
color
IDhApiConfigValue<EDhApiFogColorMode> color()Can be used to enable support with mods that change vanilla MC's fog color. -
disableVanillaFog
Deprecated.since API 4.0.0 useenableVanillaFog()
If enabled attempts to disable vanilla MC's fog on real chunks.
May not play nice with other fog editing mods. -
enableVanillaFog
IDhApiConfigValue<Boolean> enableVanillaFog()If set to false DH will attempt to disable vanilla MC's fog on real chunks.
May not play nice with other fog editing mods.- Since:
- API 4.0.0
-
enableVanillaFog()