public class SimpleDialogue extends ClientAccessor<ClientContext>
ctx| Constructor and Description |
|---|
SimpleDialogue(ClientContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canContinue()
Will return if the current open chatbox has the continue button
|
boolean |
clickContinue()
Will click the continue button in the chatbox
|
boolean |
clickDialogueOption(int option) |
boolean |
dialogueOpen()
Will return if you have a chatbox open or not
|
boolean |
pendingInput()
Will return true if withdraw-x in bank amount input is open for example
|
public SimpleDialogue(ClientContext ctx)
ctx - public boolean dialogueOpen()
public boolean canContinue()
public boolean clickContinue()
public boolean clickDialogueOption(int option)
public boolean pendingInput()