Remove polymorphic events

This commit is contained in:
Max Weber
2018-11-18 11:36:02 -07:00
committed by Adam
parent 76a964a9d3
commit c503aacd73
7 changed files with 4 additions and 116 deletions

View File

@@ -32,8 +32,6 @@ import net.runelite.api.coords.LocalPoint;
/**
* Used for getting players in view,deprecated as of existence of Actor spawn events
*
* @see net.runelite.api.events.ActorSpawned
* @see net.runelite.api.events.ActorDespawned
*/
@Deprecated
public abstract class ActorQuery<EntityType extends Actor, QueryType> extends Query<EntityType, QueryType>