Uses of Class
net.runelite.client.hiscore.HiscoreEndpoint
-
Packages that use HiscoreEndpoint Package Description net.runelite.client.hiscore net.runelite.client.plugins.hiscore -
-
Uses of HiscoreEndpoint in net.runelite.client.hiscore
Methods in net.runelite.client.hiscore that return HiscoreEndpoint Modifier and Type Method Description static HiscoreEndpoint
HiscoreEndpoint. fromWorldTypes(Set<WorldType> worldTypes)
static HiscoreEndpoint
HiscoreEndpoint. valueOf(String name)
Returns the enum constant of this type with the specified name.static HiscoreEndpoint[]
HiscoreEndpoint. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.runelite.client.hiscore with parameters of type HiscoreEndpoint Modifier and Type Method Description HiscoreResult
HiscoreClient. lookup(String username, HiscoreEndpoint endpoint)
HiscoreResult
HiscoreManager. lookup(String username, HiscoreEndpoint endpoint)
Synchronously look up a players hiscore from a specified endpointCompletableFuture<HiscoreResult>
HiscoreClient. lookupAsync(String username, HiscoreEndpoint endpoint)
HiscoreResult
HiscoreManager. lookupAsync(String username, HiscoreEndpoint endpoint)
Asynchronously look up a players hiscore from a specified endpoint -
Uses of HiscoreEndpoint in net.runelite.client.plugins.hiscore
Methods in net.runelite.client.plugins.hiscore that return HiscoreEndpoint Modifier and Type Method Description HiscoreEndpoint
HiscorePlugin. getLocalHiscoreEndpoint()
Methods in net.runelite.client.plugins.hiscore with parameters of type HiscoreEndpoint Modifier and Type Method Description void
HiscorePanel. lookup(String username, HiscoreEndpoint endpoint)
-