Interface HudRenderCallback


public interface HudRenderCallback
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
  • 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.
  • Field Details

  • 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