-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drawing on screen 1.18.1 #163
Comments
I think you'll have to use the OpenGL interfaces (LWJGL, |
You just have to look into the class and its methods, it's not drawScreen anymore. Now it's called render(). I've made a simple example on how to use the screen class and add buttons, sliders, render entities in gui etc here Hope this can help you :) |
@Melonthedev If you allow me, I would love to contact you regarding this matter. Do you have any discord channel or any other social media account? By the way, I loved the helpful resource. There is really good information. |
Sure, my discord is Melonthedev#1848. |
@Melonthedev Thank you so much for accepting me. My Discord is Escanor#4071 |
I cant find way to make GUI for my client. There isnt drawScreen or anything that was in previous versions, so does anyone know how i can resolve this issue?
The text was updated successfully, but these errors were encountered: