okyanus-mc / runtime

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

InteractBlockEvent doesn't work. #5

Closed Admicos closed 5 years ago

Admicos commented 5 years ago

The last time I tried, I couldn't get any of the interaction events to work.

Admicos commented 5 years ago

On more careful debugging, InteractItemEvent triggers on any right click. Not sure about the rest yet.

Admicos commented 5 years ago

InteractEntityEvent also triggers when right clicking on an entity. I couldn't get InteractBlockEvent to trigger at all...

Admicos commented 5 years ago

public class InteractBlockEventImpl implements InteractItemEvent {

...seriously, me?