Class HudToastRuntime

java.lang.Object
com.render.api.gui.HudToastRuntime

public final class HudToastRuntime extends Object
Retained HUD-toast stack runtime.

Visible toast effects are compiled into the shared extracted-frame compositor before the toast foreground is painted.

  • Constructor Details

    • HudToastRuntime

      public HudToastRuntime()
  • Method Details

    • show

      public ToastHandle show(ToastComponent toast)
    • clear

      public void clear()
    • tick

      public void tick()
    • render

      public void render(net.minecraft.client.gui.GuiGraphicsExtractor graphics, int guiWidth, int guiHeight, net.minecraft.client.DeltaTracker deltaTracker)
    • managedToastCount

      public int managedToastCount()
    • visibleToastCount

      public int visibleToastCount()