Interface LevelTerrainRenderContext

All Superinterfaces:
AbstractLevelRenderContext
All Known Subinterfaces:
LevelRenderContext

@NonExtendable public interface LevelTerrainRenderContext extends AbstractLevelRenderContext
  • 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.