Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

Hey guys, I am trying to remove/disable the Brightness slider in the Settings GUI because when I move the slider it messes up my mod which sets the gamma every time the mod loads.

Any help is appreciated. Thanks.

  • Author

Use InitGuiEvent.Post, check if it's a GuiOptions and then remove the GuiButton you want.

Whenever I do InitGuiEvent.Post where do I get the arguments screen and buttonList or am I doing it wrong?

Sorry i'm fairly new to the Forge API.

If you open up that class (net.minecraftforge.client.event.GuiScreenEvent), you can see all of its fields; event.gui and event.buttonList look promising.

 

If you use Eclipse, ctrl+click to open that class.

Whenever I do InitGuiEvent.Post where do I get the arguments screen and buttonList or am I doing it wrong?

Sorry i'm fairly new to the Forge API.

What do you mean by 'do InitGuiEvent.Post'? Always post your code so people can see what you are trying and where the problem may be.

 

All Forge event classes have various fields related to the specific event, accessed using the single Event parameter of your event listener:

@SubscribeEvent
public void nameItAnythingYouWant(SpecificForgeEvent event) {
event.someField is now accessible for use
}

The specific event is the most critical component of that code, and must be the SOLE parameter for any event listener - adding any other parameters will prevent your code from being called.

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...

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.