Uses of Interface
net.runelite.api.Node
-
Packages that use Node Package Description net.runelite.api -
-
Uses of Node in net.runelite.api
Classes in net.runelite.api with type parameters of type Node Modifier and Type Interface Description interface
HashTable<T extends Node>
A data structure that uses a hash function to compute an index into an array of buckets from which node objects can be quickly obtained.interface
IterableHashTable<T extends Node>
Subinterfaces of Node in net.runelite.api Modifier and Type Interface Description interface
Actor
Represents a RuneScape actor/entity.interface
ActorSpotAnim
interface
DynamicObject
An animated objectinterface
GraphicsObject
Represents a graphics object/spotanim.interface
IntegerNode
Represents an integer typically in aHashTable
.interface
ItemContainer
Represents an inventory that contains items.interface
MessageNode
Represents a message in the chatbox.interface
Model
Represents the model of an object.interface
ModelData
An unlit modelinterface
NPC
Represents a non-player character in the game.interface
Player
Represents a player entity in the game.interface
Projectile
Represents a projectile entity.interface
Renderable
Represents an object that can be rendered.interface
Scene
Represents a 3D sceneinterface
Script
interface
Texture
interface
TileItem
Represents an item inside anItemLayer
.interface
WidgetNode
Represents a widget as an iterable node.Methods in net.runelite.api that return Node Modifier and Type Method Description Node
Node. getNext()
Gets the next node.Node
Node. getPrevious()
Gets the previous node.Methods in net.runelite.api that return types with arguments of type Node Modifier and Type Method Description IterableHashTable<Node>
ParamHolder. getParams()
Method parameters in net.runelite.api with type arguments of type Node Modifier and Type Method Description void
ParamHolder. setParams(IterableHashTable<Node> params)
-