data class HudRenderContext( val graphics: GuiGraphics, val tickDelta: Float )Screen-space render callback context.
Contains the graphics context and timing information for HUD rendering.
Properties
| Property | Description |
|---|---|
graphics | The runtime GUI graphics object from Minecraft (GuiGraphics) |
tickDelta | The partial tick time for smooth animations |