Interface HudRenderCallback


public interface HudRenderCallback
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Event<HudRenderCallback>
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onHudRender(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(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