* Standardize MenuEntry methods, make MenuEntry events extend MenuEntry
* Make agility plugin only change entries it needs to
* Clean up chat translator by a lot, also implement cloneable instead of just adding a ranodm copy method smh
* actions: allow slash in PR title
* devtools: Fix checkstyle
* examineplugin: Fix tests
* api: menu event, prio runelite menuopcode, widget stuff, eventbus logging
add "Menu" event to keep everything in chronological order
add MenuOpcode.PRIO_RUNELITE which is sub 1000 so it doesn't get sorted
add Jewellery box widget info
add getOnOp
fix exception logging in eventbus
redisable gpu debug messages
* mes: add (right click only) last destination to jewellery boxes
* mes: use Object objects for eventbus instead of strings
* npchider: change method by which npcs are hidden by name
* fix bug on client startup/shutdown where nothing gets hidden
* entityhider: change method by which npcs are hidden on death
* Remove sortMenuEntries as it is called before it would be used anyway
* Modify the menuentries in MenuOpened rather than setting twice
* menus: Corp, Devtools, Friend notes/tags, Grand exchange
* menus: Manager, ground items
* Add InterfaceTab enum, remove duplicate varbit
* Add widget.containsMouse rs-api method, sort scriptids, add various wids
* Refactor/improve/fix spellbook
I even made everything I could final to please goban
* Fix bugs/cleanup/improvements
* Update SpellbookPlugin.java
* menuentryswapper: various changes and fixes.
* menuentryswapper: fix "rub" and "teleport" on inventory items.
* menuentryswapper: fix "reset" on box traps
* menuentryswapper: fix use bones.
* gradle: Update dependencies
Also made the version numbers global to make updating easier, also this
way we can't have mismatches where different projects use diffrent
versions of a dep
* cache: Fix TitleDumper test
* gradle: Format build files
* httpserviceplus: Remove unneeded deps