Hooks/events for hiding (parts of) the ingame HUD
fnuecke opened this issue ยท 0 comments
I.e. allow selectively skipping bits of InGameHud.draw
, such as quickbar, boss health bar, player health/air/hunger, etc.
My usecase is wanting to hide most of that stuff while a specific GUI is open (which I currently solve by mixing in a simple early exit, but I can easily imagine cases where more control is desired, e.g. for HUD manipulating mods).