Package net.md_5.bungee.api.dialog
Contains the core classes for the display of a
Dialog.-
Interface Summary Interface Description Dialog Represents a dialog GUI. -
Class Summary Class Description ConfirmationDialog Represents a simple dialog with text and two actions at the bottom (default: "yes", "no").DialogBase Represents the title and other options common to all dialogs.DialogListDialog Represents a dialog which contains buttons that link to other dialogs.MultiActionDialog Represents a dialog with text a list of action buttons grouped into columns and scrollable if necessary.MultiActionInputFormDialog Represents a dialog which contains a variety of inputs and a multiple submit buttons at the bottom.NoticeDialog Represents a simple dialog with text and one action at the bottom (default: "OK").ServerLinksDialog Represents a dialog which shows the links configured/sent from the server.SimpleInputFormDialog Represents a dialog which contains a variety of inputs and a single submit button at the bottom.