static void setWaypoint(Player player, String waypointName)
static int getAllowedPoints(Player player)
static void removeWaypoint(Player player, String waypointName)
static void getWaypoints(Player player)
final DialogueFactory execute()
Retrieves the next dialogue in the chain and executes it.
final DialogueFactory sendStatement(String... lines)
Appends a StatementDialogue to the current dialogue chain.