Package net.runelite.client.hiscore
Class HiscoreClient
- java.lang.Object
-
- net.runelite.client.hiscore.HiscoreClient
-
@Singleton public class HiscoreClient extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HiscoreResult
lookup(String username)
HiscoreResult
lookup(String username, HiscoreEndpoint endpoint)
CompletableFuture<HiscoreResult>
lookupAsync(String username, HiscoreEndpoint endpoint)
-
-
-
Method Detail
-
lookup
public HiscoreResult lookup(String username) throws IOException
- Throws:
IOException
-
lookup
public HiscoreResult lookup(String username, HiscoreEndpoint endpoint) throws IOException
- Throws:
IOException
-
lookupAsync
public CompletableFuture<HiscoreResult> lookupAsync(String username, HiscoreEndpoint endpoint)
-
-