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 RSScriptEventRSClient. newScriptEvent()Methods in jag.game with parameters of type RSScriptEvent Modifier and Type Method Description voidRSClient. 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 voidEventMediator. notifyFireScriptEvent(RSScriptEvent event)intEventMediator. notifyScriptOpcodeProcessed(RSScriptEvent context, RSRuneScript script, int opcode, int result, boolean dot)voidEventMediator. 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 intScriptOpcodeManager. processUnsupported(RSScriptEvent context, RSRuneScript script, int opcode, boolean dot)
-