Interface HudElement


public interface HudElement
Represents a mod added InGameHud element that can be rendered on the screen.

HUD elements should be registered using HudElementRegistry

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    render(DrawContext context, RenderTickCounter tickCounter)
    Renders the HUD element.