Uses of Interface
net.runelite.api.Node
-
Packages that use Node Package Description net.runelite.api net.runelite.api.widgets -
-
Uses of Node in net.runelite.api
Classes in net.runelite.api with type parameters of type Node Modifier and Type Interface Description interfaceHashTable<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.interfaceIterableHashTable<T extends Node>Subinterfaces of Node in net.runelite.api Modifier and Type Interface Description interfaceActorRepresents a RuneScape actor/entity.interfaceActorSpotAniminterfaceDynamicObjectAn animated objectinterfaceGraphicsObjectRepresents a graphics object/spotanim.interfaceIntegerNodeRepresents an integer typically in aHashTable.interfaceItemContainerRepresents an inventory that contains items.interfaceMessageNodeRepresents a message in the chatbox.interfaceModelRepresents the model of an object.interfaceModelDataAn unlit modelinterfaceNPCRepresents a non-player character in the game.interfacePlayerRepresents a player entity in the game.interfaceProjectileRepresents a projectile entity.interfaceRenderableRepresents an object that can be rendered.interfaceSceneRepresents a 3D sceneinterfaceScriptinterfaceTextureinterfaceTileItemRepresents an item inside anItemLayer.interfaceWidgetNodeRepresents a widget as an iterable node.Methods in net.runelite.api that return Node Modifier and Type Method Description NodeNode. getNext()Gets the next node.NodeNode. 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 voidParamHolder. setParams(IterableHashTable<Node> params) -
Uses of Node in net.runelite.api.widgets
Subinterfaces of Node in net.runelite.api.widgets Modifier and Type Interface Description interfaceWidgetConfigNode
-