Class StatusBarOverlayRenderEvents

java.lang.Object
com.github.thedeathlycow.thermoo.api.client.StatusBarOverlayRenderEvents

@Environment(CLIENT) public class StatusBarOverlayRenderEvents extends Object
Event for rendering temperature overlays on status bar.
  • Field Details

    • AFTER_HEALTH_BAR

      public static final net.fabricmc.fabric.api.event.Event<StatusBarOverlayRenderEvents.RenderHealthBarCallback> AFTER_HEALTH_BAR
      Invoked after the player health bar is drawn. Does not include information on the Absorption bar.

      Integrates with Colorful Hearts and Overflowing Bars for now - but this integration will be removed in the future.

      Custom heart types, like Frozen Hearts, should be handled separately.

  • Constructor Details

    • StatusBarOverlayRenderEvents

      public StatusBarOverlayRenderEvents()