Interface IDhApiWorldGenerationConfig
- All Superinterfaces:
IBindable
,IDhApiConfigGroup
Distant Horizons' world generation configuration.
Note: Chunks generated via DH's world generator are NOT saved in Minecraft's vanilla save system.
Note: Chunks generated via DH's world generator are NOT saved in Minecraft's vanilla save system.
- Since:
- API 1.0.0
-
Method Summary
Modifier and TypeMethodDescriptionDefines to what level LOD chunks will be generated.Defines whether LOD chunks will be generated outside Minecraft's vanilla render distance.Methods inherited from interface com.seibel.distanthorizons.coreapi.interfaces.dependencyInjection.IBindable
finishDelayedSetup, getDelayedSetupComplete
-
Method Details
-
enableDistantWorldGeneration
IDhApiConfigValue<Boolean> enableDistantWorldGeneration()Defines whether LOD chunks will be generated outside Minecraft's vanilla render distance. -
distantGeneratorMode
IDhApiConfigValue<EDhApiDistantGeneratorMode> distantGeneratorMode()Defines to what level LOD chunks will be generated.
-