Class StatusBarOverlayRenderEvents
java.lang.Object
com.github.thedeathlycow.thermoo.api.client.StatusBarOverlayRenderEvents
Event for rendering temperature overlays on status bar.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.fabricmc.fabric.api.event.Event<StatusBarOverlayRenderEvents.RenderHealthBarCallback>Invoked after the player health bar is drawn. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
AFTER_HEALTH_BAR
public static final net.fabricmc.fabric.api.event.Event<StatusBarOverlayRenderEvents.RenderHealthBarCallback> AFTER_HEALTH_BARInvoked 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()
-