Represents a factory class that contains important functions for building dialogues.
final DialogueFactory sendStatement(String... lines)
Appends a StatementDialogue to the current dialogue chain.
void accept(DialogueFactory factory)
final String[] lines
The text for this dialogue.
String[] getLines()
Gets the text on this dialogue.
StatementDialogue(String... lines)
Creates a new StatementDialogue.
The chain-able itemcontainer that allows implementing dialogue factories the ability to chain togethe...