Interface IDhApiGenericRenderingConfig
- All Superinterfaces:
IBindable
,IDhApiConfigGroup
Distant Horizons' generic rendering configuration.
- Since:
- API 3.0.0
-
Method Summary
Modifier and TypeMethodDescriptionIf enabled DH will render beacon beams.If enabled DH will render clouds.If enabled DH will render generic objects into its terrain pass.Methods inherited from interface com.seibel.distanthorizons.coreapi.interfaces.dependencyInjection.IBindable
finishDelayedSetup, getDelayedSetupComplete
-
Method Details
-
renderingEnabled
IDhApiConfigValue<Boolean> renderingEnabled()If enabled DH will render generic objects into its terrain pass.
This includes: clouds, beacons, and API added objects. -
beaconRenderingEnabled
IDhApiConfigValue<Boolean> beaconRenderingEnabled()If enabled DH will render beacon beams. -
cloudRenderingEnabled
IDhApiConfigValue<Boolean> cloudRenderingEnabled()If enabled DH will render clouds.
-