How to get the side the player tapped in player.block.place? I looked at /src/material/Block.php and the function getSide($side), instead of giving a side integer, requires a side integer What should I do if I want to find the coordinates the block was placed at, and the blocks to be placed?