Interface IDhApiGenericRenderingConfig

All Superinterfaces:
IBindable, IDhApiConfigGroup

public interface IDhApiGenericRenderingConfig extends IDhApiConfigGroup
Distant Horizons' generic rendering configuration.

Since:
API 3.0.0
  • 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.