14 public static final ImmutableList<Integer>
DIALOGUE_BUTTONS = ImmutableList.of(2461, 2471, 2482, 2462, 2472, 2483, 2473, 2484, 2485, 2494, 2495, 2496, 2497, 2498);
Represents a factory class that contains important functions for building dialogues.
Represents an abstract dialogue, in which extending classes will be able to construct and send dialog...
abstract void sendDialogues(DialogueFactory factory)
Sends a player a dialogue.
static final boolean isDialogueButton(int button)
Checks if the button triggered is an optional dialogue button.
static final ImmutableList< Integer > DIALOGUE_BUTTONS
The action buttons responsible for dialogues.