ConversationPrefix

public interface ConversationPrefix

A ConversationPrefix implementation prepends all output from the conversation to the player. The ConversationPrefix can be used to display the plugin name or conversation status as the conversation evolves.

Inheritors

Functions

Link copied to clipboard
public abstract String getPrefix(ConversationContext context)
Gets the prefix to use before each message to the player.