GUI Library
Library for Creating Minecraft Interfaces
This library provides mod developers with tools for creating advanced graphical interfaces using containers. While the functionality is less extensive than GuiAPI, the approach to interface creation closely follows Minecraft's vanilla style, which significantly simplifies the development process.
The library includes a wide range of ready-made components: functional containers, scroll bars, text fields, buttons, sliders, labels, and many other interface elements.
Developers interested in learning how to work with this library can study implementation examples in other projects.