Posted July 1, 20232 yr 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. Edited July 1, 20232 yr by Meaty114
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.