Move Event (DisplacementEvent) on 1.9.4?

API 5.0.0-Spanshot - 1.9.4

Sorry if is not the location, but i didnt find a way to get the player move event, old DisplacementEvent. Changed or moved to other?

I tryed “MoveEntityEvent” but this dont work for player, only for other mobs.
Thanks.

It was replaced with MoveEntityEvent.

But why this is not return the player movement? I have tested with debug messages and this only fire for other mobs. Maybe still needing implementation?

MoveEntityEvent isn’t fired for Players yet in 1.9.4. We’ll be implementing it soon.

Thanks, waiting implementation.

Where can i follow the updates and releases?

I recommend following the Github, mainly this page: https://github.com/SpongePowered/SpongeCommon/tree/bleeding

There you can see all commits to the bleeding(1.9.4) version of SpongeCommon.

1 Like

Is this still to be implemented?

Solved… seems to be already implemented!