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,WidgetConfigNode,WidgetNode
public interface NodeRepresents a doubly linked node.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetHash()Gets the hash value of the node.NodegetNext()Gets the next node.NodegetPrevious()Gets the previous node.
-