Jump to content

Gui Creation in 1.14.4, any resources?


Flurry

Recommended Posts

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?

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

  • 2 weeks later...
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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.