HudRenderEvent
Learn more about HudRenderEvent
HudRenderEvent is an event that is fired when the GameOverlay for Minecraft is rendered (things like the hotbar, sidebar, etc.)
You can use deltaTicks
to access the time elapsed since the last tick occurred, which is useful for animations.
Last updated