public final class RuneScapeAPI
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
Bestiary |
bestiary()
Gets the
Bestiary . |
static RuneScapeAPI |
create(Client client)
Creates a new
RuneScapeAPI backed by a specific Client implementation. |
static RuneScapeAPI |
createHttp()
Creates a new
RuneScapeAPI backed by a HttpClient . |
GrandExchange |
grandExchange()
Gets the
GrandExchange . |
Hiscores |
hiscores()
Gets the
Hiscores . |
public static RuneScapeAPI create(Client client)
RuneScapeAPI
backed by a specific Client
implementation.client
- The Client
implementation.RuneScapeAPI
.public static RuneScapeAPI createHttp()
RuneScapeAPI
backed by a HttpClient
.RuneScapeAPI
.public GrandExchange grandExchange()
GrandExchange
.GrandExchange
.