public class SimpleGame extends ClientAccessor<ClientContext>
| Modifier and Type | Class and Description |
|---|---|
static class |
SimpleGame.Tab
Enum that represents the different tabs in the game interface
|
ctx| Constructor and Description |
|---|
SimpleGame(ClientContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClientName() |
WorldPoint |
mapOffset()
will return the base client location
|
SimpleGame.Tab |
tab()
will return the current tab you have opened
|
public SimpleGame(ClientContext ctx)
ctx - public java.lang.String getClientName()
public WorldPoint mapOffset()
public SimpleGame.Tab tab()