|
RuneHive-Game
|
Handles the information box dialogue. More...
Public Member Functions | |
| void | accept (DialogueFactory factory) |
| String[] | getLines () |
| Gets the context of the dialogue. | |
| String | getTitle () |
| Gets the title of the dialogue. | |
| InformationDialogue (String title, String...lines) | |
Constructs a new ItemDialogue. | |
Private Attributes | |
| final String[] | lines |
| The context of the item dialogue. | |
| final String | title |
| The title of the item dialogue. | |
Handles the information box dialogue.
Definition at line 8 of file InformationDialogue.java.
| com.runehive.content.dialogue.InformationDialogue.InformationDialogue | ( | String | title, |
| String... | lines ) |
Constructs a new ItemDialogue.
| title | The title of the dialogue. |
| lines | The context of the dialogue. |
Definition at line 22 of file InformationDialogue.java.
| void com.runehive.content.dialogue.InformationDialogue.accept | ( | DialogueFactory | factory | ) |
Definition at line 46 of file InformationDialogue.java.
References com.runehive.content.dialogue.DialogueFactory.sendInformationBox().
| String[] com.runehive.content.dialogue.InformationDialogue.getLines | ( | ) |
Gets the context of the dialogue.
Definition at line 41 of file InformationDialogue.java.
References lines.
| String com.runehive.content.dialogue.InformationDialogue.getTitle | ( | ) |
Gets the title of the dialogue.
Definition at line 32 of file InformationDialogue.java.
References title.
|
private |
The context of the item dialogue.
Definition at line 14 of file InformationDialogue.java.
Referenced by getLines(), and InformationDialogue().
|
private |
The title of the item dialogue.
Definition at line 11 of file InformationDialogue.java.
Referenced by getTitle(), and InformationDialogue().