Uses of Class
net.md_5.bungee.api.dialog.MultiActionDialog
-
Packages that use MultiActionDialog Package Description net.md_5.bungee.api.dialog Contains the core classes for the display of aDialog. -
-
Uses of MultiActionDialog in net.md_5.bungee.api.dialog
Methods in net.md_5.bungee.api.dialog that return MultiActionDialog Modifier and Type Method Description MultiActionDialogMultiActionDialog. actions(List<DialogClickAction> actions)The action buttons in the dialog.MultiActionDialogMultiActionDialog. columns(int columns)The number of columns for the dialog buttons (default: 2).MultiActionDialogMultiActionDialog. onCancel(ClickEvent onCancel)TheClickEventactivated when the dialog is cancelled.
-