Posted October 12, 20195 yr I've made a post similar to this one beforehand, yet it wasn't recognized enough to get any responses. Sorry if this is a repost, ? I've wanted to make guis in forge for a while now, but the majority of the tutorials for the primary version (1.14.4) are for older versions, I've wanted to know if I'm missing something right here or am I just blind in general to not notice anything to help me, so can anybody provide any type of videos/links to help with my question?
October 12, 20195 yr 22 minutes ago, Flurry said: I've wanted to make guis Are we talking guis that have items in them(they access an inventory) or just a screen that renders something. VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
October 12, 20195 yr Author 26 minutes ago, Animefan8888 said: Are we talking guis that have items in them(they access an inventory) or just a screen that renders something. Screen rendering something.
October 12, 20195 yr Just now, Flurry said: Screen rendering something. Create a class that extends Screen make it render your stuff(this hasn't changed much from previous versions except buttons take a lambda now and have no id). Then call Minecraft#displayGuiScreen with your screen. Make sure you only call the code for opening it on the client. VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
October 12, 20195 yr Author 22 minutes ago, Animefan8888 said: Create a class that extends Screen make it render your stuff(this hasn't changed much from previous versions except buttons take a lambda now and have no id). Then call Minecraft#displayGuiScreen with your screen. Make sure you only call the code for opening it on the client. Could you explain a bit more if that's okay with you.
October 12, 20195 yr 21 minutes ago, Flurry said: Could you explain a bit more if that's okay with you. What more do you need explained? VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
October 14, 20195 yr Author On 10/12/2019 at 3:19 PM, Animefan8888 said: What more do you need explained? Nothing more, it's completely fine.
October 27, 20195 yr Author On 10/12/2019 at 3:19 PM, Animefan8888 said: What more do you need explained? Hi! I know I have mentioned before I wouldn't need any further explanation, but I need some assistance with your explanations. 1 - Can you give a small class example for the Minecraft#displayScreen & the other things you've mentioned. 2 - Any videos/pictures that could assist me with my question? 3 - Sorry if the first one seemed a bit bossy, I just am new to the screen creations.
October 27, 20195 yr 48 minutes ago, Flurry said: Can you give a small class example for the Minecraft#displayScreen & the other things you've mentioned. Look at any of the vanilla classes that extend Screen. Preferably something similar to what you want to do if it exists. VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
October 27, 20195 yr Author 42 minutes ago, Animefan8888 said: Look at any of the vanilla classes that extend Screen. Preferably something similar to what you want to do if it exists. What are some classes that extend Screen?
October 27, 20195 yr Crafting, chests, books? 2 hours ago, Flurry said: What are some classes that extend Screen?
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.