Peer-to-peer hypermedia protocol
-
Updated
Jun 30, 2021
Add a description, image, and links to the paper topic page so that developers can more easily learn about it.
To associate your repository with the paper topic, visit your repo's landing page and select "manage topics."
Expected behavior
I melee a TNT Minecart with a knockback 2 sword and expect my message listening on EntityKnockbackByEntityEvent to print out the EntityTypes of both #.getEntityType() and #.getHitBy().getEntityType(). (The event should trigger properly.)
Observed/Actual behavior
No message is printed out because hitting a TNT Minecart (or regular minecart) does not trigger EntityKnockb