The xp tracker plugin does not need to query for a list of available worlds, it only needs to know the current world type, which can be found using `Client.getWorldType()` instead. As such, usages of WorldClient are substituted with this simpler method instead. Closes runelite/runelite#4190