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.

Moohoy

Members
  • Joined

  • Last visited

Everything posted by Moohoy

  1. I'm using the GuiScreen keyTyped function in an extended class, because the search bar is in a Gui. This is the code that I currently have public void keyTyped(char typedChar, int keyCode) { if (focus) { if (keyCode == 28) { focus = false; } else if (keyCode == 14) { if (!typed.isEmpty()) { typed = typed.substring(0, typed.length() - 1); } } else if (ChatAllowedCharacters.isAllowedCharacter(typedChar)) { typed += typedChar; } } }
  2. Hello! I'm making a search bar for my mod and I was wondering where I can find how to implement a ctrl + a to select all and being able to hold delete. I'm currently using an integer to store my keyCodes and I was wondering if there was a way to check if a combination of keyCodes are typed and if you can hold them down.
  3. Hello! I was wondering if the is a way to draw a mc.fontRenderer.drawString() vertically for example: W o r d

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.