Jump to content

[1.9] Toggling a function


vFrozzen

Recommended Posts

Hello users,

I am new to coding in java,

I have been successfully making my minecraft mod!

 

Until I ran into this problem  :-\

I wanted to make text on screen [i can do this]

But I want it to be toggled on and off,

For example

 

The the function is disabled the HUD would display:

Function: Disabled

But on the keypress it would change from "Disabled" to Enabled

 

Also, could you provide the code I would need [classes ect?]

 

Sorry if this is a nooby question  :-\

Link to comment
Share on other sites

You have to store the state of this "function" (on or off) somewhere, the natural type for this is a boolean. Where you store it depends on the functionality of this "function" and it's behavior.

Sorry, I don't really understand, I will look up a tutorial on this.

Thank you for your reply!

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.