Add EntityLandEvent - #14204
Conversation
|
I would generally rather we modify the method signature (i.e. move the current onFall to a new method with the new param and leave the older signature to call the new method) with a callEvent boolean rather than hardcoding this sort of thing, more verbose but not fond of having a hardcoded list of avoidance states as that just tends to be missed |
should be better now |
|
In actuality, this method looks like it's only called from a single place, is there any reason for this to need the modifications inside of events, etc? |
sounds reasonable, I moved the call into entity |
This event is called when an entity lands on the block no matter the falling distance, useful for landing detection
