public interface HudRenderCallback
-
-
Method Summary
| Modifier and Type |
Method |
Description |
void |
onHudRender(net.minecraft.client.util.math.MatrixStack matrixStack,
float tickDelta) |
Called after rendering the whole hud, which is displayed in game, in a world.
|
-
-
Method Details
-
onHudRender
void onHudRender(net.minecraft.client.util.math.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