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.

Leaderboard

Popular Content

Showing content with the highest reputation on 12/03/21 in Posts

  1. for simple testing if a method is called is System.out enough, the Logger first gives information about the time and the thread, which is sometimes useful for debugging and second if you want to check some parameters the Logger is the better option than System.out, since you can do things like that: public void foo(int x, int, y, int z) { LogManager.getLogger().log("Do foo at X:{}, Y:{}, Z:{}", x, y, z); //some code } i also would recommend you to use the Logger instead of System.out, simply to match with vanilla
  2. serialize will save data of for example a Capability into a Tag and deserialize will read the data from the Tag into the Capability Basically you can say serialize save things (to disk) and deserialize read things (from disk)

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.