NeoForge icon indicating copy to clipboard operation
NeoForge copied to clipboard

Add RenderGuiLayerEvent.Pre#isGoingToRender(), allowing to determine whenever layer is actually going to render on screen

Open DBotThePony opened this issue 5 months ago • 3 comments

Additionally, adds new RegisterGuiLayersEvent API methods, allowing to specify own "rendering condition" which is visible to other mods in isGoingToRender()

Introduces no breaking changes, everything that is declared as public API is binary compatible.

DBotThePony avatar Aug 31 '24 08:08 DBotThePony