Merge remote-tracking branch 'runelite/master'

This commit is contained in:
Owain van Brakel
2020-03-09 22:40:04 +01:00
26 changed files with 181 additions and 2116 deletions

View File

@@ -71,4 +71,13 @@ public interface RSItemDefinition extends ItemDefinition
@Import("getModel")
RSModel getModel(int quantity);
@Import("unnotedId")
int getInventoryModel();
@Import("recolorTo")
short[] getColorToReplaceWith();
@Import("retextureTo")
short[] getTextureToReplaceWith();
}