|
RuneHive-Game
|
The Chainable implementation that represents a dialogue with a single statement; which has no models on the dialogue.
More...
Public Member Functions | |
| void | accept (DialogueFactory factory) |
| String[] | getLines () |
| Gets the text on this dialogue. | |
| StatementDialogue (String... lines) | |
Creates a new StatementDialogue. | |
Private Attributes | |
| final String[] | lines |
| The text for this dialogue. | |
The Chainable implementation that represents a dialogue with a single statement; which has no models on the dialogue.
Definition at line 8 of file StatementDialogue.java.
| com.runehive.content.dialogue.StatementDialogue.StatementDialogue | ( | String... | lines | ) |
Creates a new StatementDialogue.
| lines | The text for this dialogue. |
Definition at line 18 of file StatementDialogue.java.
References lines.
| void com.runehive.content.dialogue.StatementDialogue.accept | ( | DialogueFactory | factory | ) |
Definition at line 23 of file StatementDialogue.java.
References com.runehive.content.dialogue.DialogueFactory.sendStatement().
| String[] com.runehive.content.dialogue.StatementDialogue.getLines | ( | ) |
Gets the text on this dialogue.
Definition at line 30 of file StatementDialogue.java.
References lines.
|
private |
The text for this dialogue.
Definition at line 11 of file StatementDialogue.java.
Referenced by getLines(), and StatementDialogue().