Represents a factory class that contains important functions for building dialogues.
final DialogueFactory sendItem(String title, String text, Item item)
final String title
The title of the item dialogue.
String getTitle()
Gets the title of the dialogue.
ItemDialogue(String title, String context, int item)
Constructs a new ItemDialogue.
void accept(DialogueFactory factory)
int getItem()
Gets the item display of the dialogue.
final int item
The item being displayed on the dialogue.
final String context
The context of the item dialogue.
String getContext()
Gets the context of the dialogue.
The chain-able itemcontainer that allows implementing dialogue factories the ability to chain togethe...