Package net.runelite.api.events
Class ScriptCallbackEvent
- java.lang.Object
-
- net.runelite.api.events.ScriptCallbackEvent
-
public class ScriptCallbackEvent extends Object
A callback from a runelite_callback opcode in a cs2
-
-
Constructor Summary
Constructors Constructor Description ScriptCallbackEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getEventName()
The name passed to runelite_callbackScript
getScript()
The script that is currently being executedint
hashCode()
void
setEventName(String eventName)
The name passed to runelite_callbackvoid
setScript(Script script)
The script that is currently being executedString
toString()
-
-
-
Method Detail
-
getScript
public Script getScript()
The script that is currently being executed
-
getEventName
public String getEventName()
The name passed to runelite_callback
-
setScript
public void setScript(Script script)
The script that is currently being executed
-
setEventName
public void setEventName(String eventName)
The name passed to runelite_callback
-
canEqual
protected boolean canEqual(Object other)
-
-