Interface InGameHudEvent.RenderPost

Enclosing interface:
InGameHudEvent

public static interface InGameHudEvent.RenderPost
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    invoke(net.minecraft.client.gui.DrawContext pencil, float tickDelta)
    An event that is invoked AFTER an InGameHud renders.
  • Method Details

    • invoke

      void invoke(net.minecraft.client.gui.DrawContext pencil, float tickDelta)
      An event that is invoked AFTER an InGameHud renders.
      Parameters:
      pencil - The rendering DrawContext.
      tickDelta - The delta time in ticks.