This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* This Inteliij IDE Console script migrates plugins from old *ID classes | |
* to newer gameval-based classes that are generated from Jagex's | |
* actual internal names for things. | |
* | |
* This script has a few quirks | |
* - InventoryID migration is not perfect, but should work for most cases | |
* and any failed cases will result in a compilatino error | |
* - star importing net.runelite.api.* will make it fully qualify any new | |
* references, so ideally remove this from your codebase before running it |