Uses of Interface
net.md_5.bungee.api.dialog.Dialog
-
Packages that use Dialog Package Description net.md_5.bungee.api.dialog Contains the core classes for the display of aDialog.net.md_5.bungee.api.dialog.chat -
-
Uses of Dialog in net.md_5.bungee.api.dialog
Classes in net.md_5.bungee.api.dialog that implement Dialog Modifier and Type Class Description classConfirmationDialogRepresents a simple dialog with text and two actions at the bottom (default: "yes", "no").classDialogListDialogRepresents a dialog which contains buttons that link to other dialogs.classMultiActionDialogRepresents a dialog with text a list of action buttons grouped into columns and scrollable if necessary.classMultiActionInputFormDialogRepresents a dialog which contains a variety of inputs and a multiple submit buttons at the bottom.classNoticeDialogRepresents a simple dialog with text and one action at the bottom (default: "OK").classServerLinksDialogRepresents a dialog which shows the links configured/sent from the server.classSimpleInputFormDialogRepresents a dialog which contains a variety of inputs and a single submit button at the bottom.Methods in net.md_5.bungee.api.dialog that return types with arguments of type Dialog Modifier and Type Method Description List<Dialog>DialogListDialog. dialogs()The child dialogs behind each button.Method parameters in net.md_5.bungee.api.dialog with type arguments of type Dialog Modifier and Type Method Description DialogListDialogDialogListDialog. dialogs(List<Dialog> dialogs)The child dialogs behind each button.Constructors in net.md_5.bungee.api.dialog with parameters of type Dialog Constructor Description DialogListDialog(DialogBase base, Dialog... dialogs)Constructor parameters in net.md_5.bungee.api.dialog with type arguments of type Dialog Constructor Description DialogListDialog(DialogBase base, List<Dialog> dialogs, ClickEvent onCancel, int columns, int buttonWidth) -
Uses of Dialog in net.md_5.bungee.api.dialog.chat
Methods in net.md_5.bungee.api.dialog.chat that return Dialog Modifier and Type Method Description DialogShowDialogClickEvent. getDialog()Dialog to show.Methods in net.md_5.bungee.api.dialog.chat with parameters of type Dialog Modifier and Type Method Description voidShowDialogClickEvent. setDialog(Dialog dialog)Dialog to show.Constructors in net.md_5.bungee.api.dialog.chat with parameters of type Dialog Constructor Description ShowDialogClickEvent(Dialog dialog)
-