Package net.runelite.api
Interface IntegerNode
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getValue()
Gets the value of the node.void
setValue(int value)
Sets the value of the node.-
Methods inherited from interface net.runelite.api.Node
getHash, getNext, getPrevious
-
-