Uses of Class
net.md_5.bungee.api.dialog.DialogListDialog
-
Packages that use DialogListDialog Package Description net.md_5.bungee.api.dialog Contains the core classes for the display of aDialog. -
-
Uses of DialogListDialog in net.md_5.bungee.api.dialog
Methods in net.md_5.bungee.api.dialog that return DialogListDialog Modifier and Type Method Description DialogListDialogDialogListDialog. buttonWidth(int buttonWidth)The width of the dialog buttons (default: 150).DialogListDialogDialogListDialog. columns(int columns)The number of columns for the dialog buttons (default: 2).DialogListDialogDialogListDialog. dialogs(List<Dialog> dialogs)The child dialogs behind each button.DialogListDialogDialogListDialog. onCancel(ClickEvent onCancel)TheClickEventactivated when the dialog is cancelled.
-