Adds two new interfaces, EntityAction and PlayerAction, that some events implement to provide the entity/player that caused the event. See the EntityAction javadocs for more explanation of this.
The patch is big, but nearly all the changes are trivial, so I don't think it will be a problem to maintain.
Adds two new interfaces,
EntityAction
andPlayerAction
, that some events implement to provide the entity/player that caused the event. See theEntityAction
javadocs for more explanation of this.The patch is big, but nearly all the changes are trivial, so I don't think it will be a problem to maintain.