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.

Zaboth

Members
  • Joined

  • Last visited

  1. I am trying to add a check to see if a water bucket was used on an ice block. This is my current implementation: private static boolean wasBucketUsedOnIce(FillBucketEvent event) { Block targetedBlock = event.getWorld().getBlockState(new BlockPos(event.getTarget().getHitVec())).getBlock(); return (targetedBlock == Blocks.ICE); } My problem is that this does not always return the block the water bucket was used on. It seems to depend on what the player is looking at after the water has been placed. E.g. In this case the targeted block is the ice block... But in this case the targeted block is the block the water is placed in... In either case I want my code to retrieve the ice block. However I am not sure how I can do this properly. I think one solution is to check if the targeted block is air, and if it is, get the next block along from the player's perspective. But I am not sure how to do this either. Any advice will be greatly appreciated!

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.