Package jag.script
Interface RSRuneScript
-
- All Superinterfaces:
RSDoublyLinkedNode,RSNode,RSProvider
public interface RSRuneScript extends RSDoublyLinkedNode
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default intgetIntOperand(int index)int[]getIntOperands()default voidsetIntOperand(int index, int value)-
Methods inherited from interface jag.RSDoublyLinkedNode
getDoublyKey, getNextDoubly, getPreviousDoubly
-
Methods inherited from interface jag.RSNode
getKey, getNext, getPrevious, unlink
-
-