Posted August 25, 20196 yr Hello, @everyone. I would like to create a Scrollable List in a guiscreen. Like the Keybindings Settings Menu Example or the resource pack menu or the snooper settings menu. Can any one give me a snippet 4 that.
August 26, 20196 yr These are your options listed in there. I have given my own implementation which in the current state you can find here: https://github.com/CAS-ual-TY/Visibilis/blob/c03f6972e3dc2845dbbdcc271ba1eee5b64a2bfc/src/main/java/de/cas_ual_ty/visibilis/util/RenderUtility.java#L410 (scissor methods, feel free to use these yourself) The only thing is that you have to account for mouse position. There is no hacky way around that, you have to do old fashion calculations. https://github.com/CAS-ual-TY/Visibilis [1.14] How to Villagers, Trades, Professions, Fix Trades https://minecraft.curseforge.com/projects/gun-customization-infinity / https://github.com/CAS-ual-TY/GunCus https://minecraft.curseforge.com/projects/ygo-dueling-mod https://minecraft.curseforge.com/projects/mundus-magicus https://minecraft.curseforge.com/projects/deuf-duplicate-entity-uuid-fix
August 26, 20196 yr Author I don't know how to work with this Code. I can see nothing with ScorllableLists forge has a GuiScrollingList but I don't know how that's works.
August 26, 20196 yr Read the thread I linked. It tells you how to do it. Or options on how to do it. https://github.com/CAS-ual-TY/Visibilis [1.14] How to Villagers, Trades, Professions, Fix Trades https://minecraft.curseforge.com/projects/gun-customization-infinity / https://github.com/CAS-ual-TY/GunCus https://minecraft.curseforge.com/projects/ygo-dueling-mod https://minecraft.curseforge.com/projects/mundus-magicus https://minecraft.curseforge.com/projects/deuf-duplicate-entity-uuid-fix
August 26, 20196 yr Author 12 hours ago, CAS_ual_TY said: These are your options listed in there. I have given my own implementation which in the current state you can find here: https://github.com/CAS-ual-TY/Visibilis/blob/c03f6972e3dc2845dbbdcc271ba1eee5b64a2bfc/src/main/java/de/cas_ual_ty/visibilis/util/RenderUtility.java#L410 (scissor methods, feel free to use these yourself) The only thing is that you have to account for mouse position. There is no hacky way around that, you have to do old fashion calculations. I dont know how to make a scrollable List in a GuiScreen with your Codes... Iam reallly new in forge development. Can u give me a snippet or example
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.