Add shift click customization to menu swapper plugin

This commit is contained in:
Kamiel
2018-03-30 22:25:07 -04:00
committed by Adam
parent 194dadd030
commit f9c0a12a1a
9 changed files with 595 additions and 17 deletions
@@ -69,4 +69,12 @@ public interface RSItemComposition extends ItemComposition
@Import("maleModel")
int getMaleModel();
@Import("inventoryActions")
@Override
String[] getInventoryActions();
@Import("getShiftClickActionIndex")
@Override
int getShiftClickActionIndex();
}