Uses of Interface
jag.RSLinkedList
-
Packages that use RSLinkedList Package Description jag.game jag.game.scene.entity jag.opcode -
-
Uses of RSLinkedList in jag.game
Methods in jag.game that return RSLinkedList Modifier and Type Method Description RSLinkedList<RSClassStructure>
RSClient. getClassStructures()
RSLinkedList<RSHitUpdate>
RSHealthBar. getHitsplats()
-
Uses of RSLinkedList in jag.game.scene.entity
Methods in jag.game.scene.entity that return RSLinkedList Modifier and Type Method Description RSLinkedList<RSHealthBar>
RSPathingEntity. getHealthBars()
-
Uses of RSLinkedList in jag.opcode
Methods in jag.opcode that return RSLinkedList Modifier and Type Method Description RSLinkedList<RSOutgoingPacket>
RSConnectionContext. getPackets()
-