Merge pull request #920 from se7enAte9/hopperfix

menuentryclicked: add isauthentic field
This commit is contained in:
sdburns1998
2019-07-07 22:42:39 +02:00
committed by GitHub
4 changed files with 34 additions and 5 deletions

View File

@@ -390,8 +390,7 @@ public interface RSClient extends RSGameShell, Client
RSSprite createItemSprite(int itemId, int quantity, int thickness, int borderColor, int stackable, boolean noted);
@Import("menuAction")
@Override
void invokeMenuAction(int n2, int n3, int n4, int n5, String string, String string2, int n6, int n7);
void sendMenuAction(int n2, int n3, int n4, int n5, String string, String string2, int n6, int n7);
@Import("decodeSprite")
void decodeSprite(byte[] data);