api: remove projectile getInteracting

This is unused currently and is being abused by some hacked clients.
This commit is contained in:
Adam
2019-02-01 20:52:24 -05:00
parent 29fcc2747f
commit 1bb29d4cd0
4 changed files with 7 additions and 72 deletions

View File

@@ -37,13 +37,6 @@ public interface Projectile extends Renderable
*/
int getId();
/**
* Gets the actor that is targeted by this projectile.
*
* @return the target actor, or null if this projectile is an AoE attack
*/
Actor getInteracting();
/**
* Gets the original x-axis coordinate that this projectile started from.
*