Uses of Interface
jag.script.RSRuneScript
-
Packages that use RSRuneScript Package Description org.rspeer.game.provider.callback org.rspeer.game.provider.callback.manager.cs2 -
-
Uses of RSRuneScript in org.rspeer.game.provider.callback
Methods in org.rspeer.game.provider.callback with parameters of type RSRuneScript Modifier and Type Method Description int
EventMediator. notifyScriptOpcodeProcessed(RSScriptEvent context, RSRuneScript script, int opcode, int result, boolean dot)
int
EventMediator. preprocessOpcode(int opcode, RSRuneScript script, boolean bool)
void
EventMediator. visitScriptInstruction(RSScriptEvent context, RSRuneScript script, int opcode, int pcIndex)
-
Uses of RSRuneScript in org.rspeer.game.provider.callback.manager.cs2
Methods in org.rspeer.game.provider.callback.manager.cs2 with parameters of type RSRuneScript Modifier and Type Method Description int
ScriptOpcodeManager. preprocess(int opcode, RSRuneScript script, boolean dot)
int
ScriptOpcodeManager. processUnsupported(RSScriptEvent context, RSRuneScript script, int opcode, boolean dot)
-