Jump to content

Recommended Posts

Posted

So what I want to do is to change block to another after right clicking it with an item, but I have no idea how I can check what block player is right clicking and how to change block into another

 

image.thumb.png.21af03cedb5d22a9e898903462944335.png

Posted

you can also use the onBlockActivated method from your block class, and check what item the player is holding.

Or you can use the onItemUse method from your item class, and check what is the block the item is being used on.

 

This may be better than listening to the event, because then you're only running code when your item is used or when your block is right-clicked, not on every player Interaction

  • Like 1

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

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

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