Interface InGameHudEvent.RenderPre

Enclosing interface:
InGameHudEvent

public static interface InGameHudEvent.RenderPre
  • Method Summary

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

    • invoke

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