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 intEventMediator. notifyScriptOpcodeProcessed(RSScriptEvent context, RSRuneScript script, int opcode, int result, boolean dot)intEventMediator. preprocessOpcode(int opcode, RSRuneScript script, boolean bool)voidEventMediator. 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 intScriptOpcodeManager. preprocess(int opcode, RSRuneScript script, boolean dot)intScriptOpcodeManager. processUnsupported(RSScriptEvent context, RSRuneScript script, int opcode, boolean dot)
-