Package | Description |
---|---|
me.lihq.game.screen.elements |
Modifier and Type | Field and Description |
---|---|
private java.util.ArrayList<SpeechBoxButton> |
SpeechBox.buttons
List of buttons to be displayed on the SpeechBox
|
Constructor and Description |
---|
SpeechBox(java.lang.String content,
java.util.ArrayList<SpeechBoxButton> buttonList,
int timeout)
The constructor for the SpeechBox
|
SpeechBox(java.lang.String personName,
java.lang.String speechText,
java.util.ArrayList<SpeechBoxButton> buttonList,
int timeout)
The constructor for the SpeechBox with personName
|