Uses of Interface
net.runelite.api.IndexedObjectSet
-
Packages that use IndexedObjectSet Package Description net.runelite.api -
-
Uses of IndexedObjectSet in net.runelite.api
Methods in net.runelite.api that return IndexedObjectSet Modifier and Type Method Description IndexedObjectSet<? extends NPC>
WorldView. npcs()
Gets all the Non Player Characters in this viewIndexedObjectSet<? extends Player>
WorldView. players()
Gets all of the Players in this viewIndexedObjectSet<? extends WorldEntity>
WorldView. worldEntities()
Gets all the WorldEntities in this view
-