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 hope you can help me.

 

Currently, I am creating a block and open a gui inside the use()-method. Now, I want to add a side check - So, that always the front side opens the gui.

I looked at the parameters but I wasn't able to find the side attribute anymore (which was available in older versions). Does it still exists or is it replaced by a new one?

My block has a horizontal facing property, so this has to be included as well

 

Thanks for your help,

J3ramy

BlockHitResult contains the getDirection method, which returns the direction of the hit result, which should help you.

Subscribe to the PlayerInteractEvent.RightClickBlock and have a little look, you might find something of use there...

Edited by MistaOmega

  • Author

@MistaOmegathanks for your suggestion!

 

I looked at what you said. For now I use the current block direction and the hit result direction.

So, my method for recognizing the front face is this:

private boolean isFrontFace(Direction blockDirection, Direction hitDirection){
        return blockDirection == hitDirection;
    }

And in my use()-method I call it:

if(this.isFrontFace(pState.getValue(HORIZONTAL_FACING), pHit.getDirection()))
  ...

 

Maybe there are different ways to check it, but this works for me :)

 

Thank you!

Edited by J3ramy

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.