Function called when a player right-click the block. Blocks like tile should use this function for handle the interaction. N.B. That this function will no be called if the player shifts while performing the right-click/screen-tap.
the player who tapped the block
the item used, is the same as player.inventory.held
the face tapped
false is a block should be placed, true otherwise
See Implementation
Function called when a player right-click the block. Blocks like tile should use this function for handle the interaction. N.B. That this function will no be called if the player shifts while performing the right-click/screen-tap.