Uses of Class
net.md_5.bungee.api.dialog.ConfirmationDialog
-
Packages that use ConfirmationDialog Package Description net.md_5.bungee.api.dialog Contains the core classes for the display of aDialog. -
-
Uses of ConfirmationDialog in net.md_5.bungee.api.dialog
Methods in net.md_5.bungee.api.dialog that return ConfirmationDialog Modifier and Type Method Description ConfirmationDialogConfirmationDialog. no(DialogClickAction no)The "no" click action / bottom (appears on the right).ConfirmationDialogConfirmationDialog. yes(DialogClickAction yes)The "yes" click action / bottom (appears on the left).
-