Interface LevelTerrainRenderContext
- All Superinterfaces:
AbstractLevelRenderContext
- All Known Subinterfaces:
LevelRenderContext
-
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.client.renderer.chunk.ChunkSectionsToRenderThe render state for all chunk section to be rendered.Methods inherited from interface AbstractLevelRenderContext
gameRenderer, levelRenderer, levelState
-
Method Details
-
sectionsToRender
net.minecraft.client.renderer.chunk.ChunkSectionsToRender sectionsToRender()The render state for all chunk section to be rendered.Render states contain information about the current frame used for rendering, and should be used instead of accessing the level or other objects directly from rendering events.
-