Fabric API

Fabric API

106M Downloads

Place block event

Genau6502 opened this issue ยท 3 comments

commented

I would love to see an event similar to PlayerBreakBlockEvents(AFTER), called on the logical server when a block is placed. UseBlockCallback is good, however it does not give the position of the block that is broken.

commented

You can get the position of the block via the hitResult

commented

You can get the position of the block via the hitResult

Thanks

commented

You can get the position of the block via the `hitResult
What method would need to be called to get the position?