SpriteItem class:
derive(int quantity) - absolutely no idea what this does...
getOrigin() - no idea...
hasDynamicBounds() - links to Interactable, where the method is also blank
Suggestions:
getIndex() - no description
"Gets the inventory slot, from 0 -> 27 numbered from left to right and top to bottom, that the spriteitem is contained by"
getBounds() - no description
"Gets the
InteractableRectangle that encompasses the inventory slot containing the sprite item"
or
"Gets the
InteractableRectangle that encompasses the sprite item"
depending on which it does
WorldHop class:
Should specify that for OSRS, you need to include the full world number. It's unintuitive since the world hop interface itself doesn't show the full world number when hopping to a new world.