Uses of Interface
jag.script.RSScriptEvent
-
Packages that use RSScriptEvent Package Description jag.game org.rspeer.game.event org.rspeer.game.provider.callback org.rspeer.game.provider.callback.manager.cs2 -
-
Uses of RSScriptEvent in jag.game
Methods in jag.game that return RSScriptEvent Modifier and Type Method Description RSScriptEvent
RSClient. newScriptEvent()
Methods in jag.game with parameters of type RSScriptEvent Modifier and Type Method Description void
RSClient. fireScriptEvent(RSScriptEvent event)
-
Uses of RSScriptEvent in org.rspeer.game.event
Constructors in org.rspeer.game.event with parameters of type RSScriptEvent Constructor Description ClientScriptEvent(RSScriptEvent source)
Deprecated.Constructs a prototypical Event.PostClientScriptEvent(RSScriptEvent source, int id)
Constructs a prototypical Event.PreClientScriptEvent(RSScriptEvent source, int id)
Constructs a prototypical Event. -
Uses of RSScriptEvent in org.rspeer.game.provider.callback
Methods in org.rspeer.game.provider.callback with parameters of type RSScriptEvent Modifier and Type Method Description void
EventMediator. notifyFireScriptEvent(RSScriptEvent event)
int
EventMediator. notifyScriptOpcodeProcessed(RSScriptEvent context, RSRuneScript script, int opcode, int result, boolean dot)
void
EventMediator. visitScriptInstruction(RSScriptEvent context, RSRuneScript script, int opcode, int pcIndex)
-
Uses of RSScriptEvent in org.rspeer.game.provider.callback.manager.cs2
Methods in org.rspeer.game.provider.callback.manager.cs2 with parameters of type RSScriptEvent Modifier and Type Method Description int
ScriptOpcodeManager. processUnsupported(RSScriptEvent context, RSRuneScript script, int opcode, boolean dot)
-