None of the 1.16 solution have worked so far. For context, I'm making an entity with owner protection (only the player who summoned it with the item can then kill it).
getOwner(), getShooter(), and reflection are what I've tried to no luck. I have found nothing else in the forge docs, java docs nor on the forums
Thanks in advance!
Edit: after tinkering around and looking at the decompiled code of the game, it ended up being as simple as using a local variable to set source.getDirectEntity() to a projectile p, then getting p's owner.