Solarient Posted July 30, 2020 Posted July 30, 2020 So for GUI's, I notice in TurtyWurty's video, how the class his screen class extends is just the container screen for a chest. I am aiming on just using a panel to display information with buttons to change values and display more panels (screens). How will I be able to find the right class for what I want? If you know can, you also tell me how to use it? It would be highly appreciated. Here is the video for reference. AND BEFORE THE MODS FLIP THEIR LIDS!!! I AM USING THE LATEST VERSION OF FORGE. Quote
Solarient Posted July 30, 2020 Author Posted July 30, 2020 18 minutes ago, diesieben07 said: To make a screen without server interaction just extend Screen. I guess that makes sense... Is there a detailed reference on how these classes work? Or is it similar to JPanels and JFrames in the Java.swing class? Quote
Draco18s Posted July 30, 2020 Posted July 30, 2020 Have you used guis with a tileentity? Same thing, except you don't have a connection to any server objects. Its just a screen. Quote Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
Solarient Posted July 30, 2020 Author Posted July 30, 2020 2 minutes ago, Draco18s said: Have you used guis with a tileentity? Same thing, except you don't have a connection to any server objects. Its just a screen. I have never used those before, thanks for referring them to me. I will research it on my own. Thank you for the help. Quote
Recommended Posts
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.