Posted August 31, 20178 yr Introducing Blockout: About BlockOut BlockOut is a data-driven GUI library for Minecraft. BlockOut uses a hierarchical structure, consisting of a root Window, which contains one or more Panes and Views. Views are a type of Pane which can contain other Panes (and Views). Position coordinates in BlockOut are relative, where a Pane's x,y position is relative to the top-left of the parent View. There are various means of declaring the size and position of a Pane. Blockout offers support for quite a list of different features including: - Scrolllists - Buttons - Image button - Switch views - Item icons - Text - Input field - Images Repository and installation details:https://github.com/Minecolonies/blockout Download: https://minecraft.curseforge.com/projects/blockout Examples screenshots are in the attachments. Good examples of the XML GUI's can be found here: https://github.com/Minecolonies/minecolonies/tree/version/1.11/src/main/resources/assets/minecolonies/gui Good examples regarding the functional window classes here:https://github.com/Minecolonies/minecolonies/tree/version/1.11/src/main/java/com/minecolonies/coremod/client/gui
September 2, 20178 yr Looks very intresting! I might give this a try. Thanks for posting something helpful for the developping community!
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.