Posted January 17, 201510 yr Hello, today I started creating another GUI. In it I need a GuiListExtended with 3 rows. How could I possibly and one?
January 17, 201510 yr GuiListExtended operates on array of IGuiListEntry that you can put there. To do so: You need to extend this class and override getListEntry to return an object that uses IGuiListEntry (implement your own). Then override some other methods like getListWidth(), etc. for customization. As to IGuiListEntry, there you have drawEntry(...) and some others. It's pretty simple if you understand parent'child relations. I got it all done in about 3 hours. Look at GuiResourcePackList - very helpful 1.7.10 is no longer supported by forge, you are on your own.
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.