Package net.runelite.api
Interface Node
-
- All Known Subinterfaces:
Actor
,ActorSpotAnim
,DynamicObject
,GraphicsObject
,IntegerNode
,ItemContainer
,MessageNode
,Model
,ModelData
,NPC
,Player
,Projectile
,Renderable
,Scene
,Script
,Texture
,TileItem
,WidgetNode
public interface Node
Represents a doubly linked node.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getHash()
Gets the hash value of the node.Node
getNext()
Gets the next node.Node
getPrevious()
Gets the previous node.
-