public class SimpleChatOption extends java.lang.Object implements SimpleText
| Constructor and Description |
|---|
SimpleChatOption(int index,
SimpleWidget option) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
click() |
int |
getIndex() |
java.lang.String |
getText()
The text of an item
|
boolean |
visibleOnScreen() |
public SimpleChatOption(int index,
SimpleWidget option)
public int getIndex()
public java.lang.String getText()
SimpleTextgetText in interface SimpleTextpublic boolean click()
public boolean visibleOnScreen()