Interface IDhApiDebuggingConfig
- All Superinterfaces:
IBindable
,IDhApiConfigGroup
Distant Horizons' debug configuration.
- Since:
- API 1.0.0
-
Method Summary
Modifier and TypeMethodDescriptionIf enabled debug keybindings can be used.Can be used to debug the standard fake chunk rendering.If enabled Distant Horizons' debug wireframe rendering will be enabled.If enabled Distant Horizons will attempt to disable Minecraft's block rendering so only LODs will render.If enabled all LODs will be rendered as wireframe.Methods inherited from interface com.seibel.distanthorizons.coreapi.interfaces.dependencyInjection.IBindable
finishDelayedSetup, getDelayedSetupComplete
-
Method Details
-
debugRendering
IDhApiConfigValue<EDhApiDebugRendering> debugRendering()Can be used to debug the standard fake chunk rendering. -
debugKeybindings
IDhApiConfigValue<Boolean> debugKeybindings()If enabled debug keybindings can be used. -
renderWireframe
IDhApiConfigValue<Boolean> renderWireframe()If enabled all LODs will be rendered as wireframe. -
lodOnlyMode
IDhApiConfigValue<Boolean> lodOnlyMode()If enabled Distant Horizons will attempt to disable Minecraft's block rendering so only LODs will render. -
debugWireframeRendering
IDhApiConfigValue<Boolean> debugWireframeRendering()If enabled Distant Horizons' debug wireframe rendering will be enabled.
-