Interface HudRenderCallback
public interface HudRenderCallback
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onHudRender
(net.minecraft.client.util.math.MatrixStack matrixStack, float tickDelta) Called after rendering the whole hud, which is displayed in game, in a world.
-
Field Details
-
EVENT
-
-
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 matrixStacktickDelta
- Progress for linearly interpolating between the previous and current game state
-