Add JavaScriptCallback to allow java callbacks instead of cs2

This commit is contained in:
Max Weber
2018-10-08 01:34:12 -06:00
parent e98f1657b3
commit 33dec14a38
4 changed files with 82 additions and 1 deletions

View File

@@ -24,9 +24,10 @@
*/
package net.runelite.rs.api;
import net.runelite.api.ScriptEvent;
import net.runelite.mapping.Import;
public interface RSScriptEvent
public interface RSScriptEvent extends ScriptEvent
{
@Import("params")
Object[] getArguments();