public interface HudRenderCallback
Modifier and Type | Field and Description |
---|---|
static Event<HudRenderCallback> |
EVENT |
Modifier and Type | Method and 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.
|
static final Event<HudRenderCallback> EVENT
void onHudRender(net.minecraft.client.util.math.MatrixStack matrixStack, float tickDelta)
matrixStack
- the matrixStacktickDelta
- Progress for linearly interpolating between the previous and current game state