onHudRender

abstract void onHudRender(MatrixStack matrixStack, float tickDelta)

Called after rendering the whole hud, which is displayed in game, in a world.

Parameters

matrixStack

the matrixStack

tickDelta

Progress for linearly interpolating between the previous and current game state

Sources

jvm source
Link copied to clipboard