okyanus-mc / runtime

Okyanus server runtime
Apache License 2.0
4 stars 1 forks source link

InteractBlockEvent triggers on placing blocks, should we allow this behaviour? #6

Open Admicos opened 5 years ago

portlek commented 5 years ago

interact events can be abstract, and we can add BlockClick, BlockBreak, BlockExplosion etc. events.

Admicos commented 5 years ago

No, that's not what I meant. We already have a BreakEvent and PlaceEvent. It's just InteractBlockEvent (right clicking on blocks) also trigger on block placing.

portlek commented 5 years ago

you need to right click to place a block, i think we should.