Trigary / Iodine

A Minecraft mod - server plugin pair that adds custom GUIs and overlays. No more inventory and chat menus!
GNU General Public License v3.0
24 stars 0 forks source link

Add scrollable contrainer #17

Open Trigary opened 4 years ago

Trigary commented 4 years ago

Add a GuiContainer subclass that has a fixed width and height (or option to make only one of these fixed?) and a scrollbar (or scrollbars) so that all the content can be viewed. Scrolling using the mouse wheel should also be supported.

These might help when implementing this client-side: