Uses of Interface
net.runelite.api.Deque
-
Packages that use Deque Package Description net.runelite.api -
-
Uses of Deque in net.runelite.api
Methods in net.runelite.api that return Deque Modifier and Type Method Description Deque<AmbientSoundEffect>
Client. getAmbientSoundEffects()
Gets the ambient sound effectsdefault Deque<GraphicsObject>
Client. getGraphicsObjects()
Deprecated.Deque<GraphicsObject>
WorldView. getGraphicsObjects()
Gets a list of all graphics objects currently drawn.Deque<PendingLogin>
FriendContainer. getPendingLogins()
Get the recent logins/logouts of friends from the last few secondsdefault Deque<Projectile>
Client. getProjectiles()
Deprecated.Deque<Projectile>
WorldView. getProjectiles()
Gets a list of all projectiles currently spawned.
-