Add shift click customization to menu swapper plugin
This commit is contained in:
@@ -69,4 +69,12 @@ public interface RSItemComposition extends ItemComposition
|
||||
|
||||
@Import("maleModel")
|
||||
int getMaleModel();
|
||||
|
||||
@Import("inventoryActions")
|
||||
@Override
|
||||
String[] getInventoryActions();
|
||||
|
||||
@Import("getShiftClickActionIndex")
|
||||
@Override
|
||||
int getShiftClickActionIndex();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user