Uses of Class
net.md_5.bungee.api.dialog.DialogBase
Packages that use DialogBase
-
Uses of DialogBase in net.md_5.bungee.api.dialog
Methods in net.md_5.bungee.api.dialog that return DialogBaseModifier and TypeMethodDescriptionDialogBase.afterAction(DialogBase.AfterAction afterAction) Action to take after the a click or submit action is performed on the dialog (default: close).DialogBase.body(List<DialogBody> body) The body elements which make up this dialog.DialogBase.canCloseWithEscape(Boolean canCloseWithEscape) Whether this dialog can be closed with the escape key (default: true).DialogBase.externalTitle(BaseComponent externalTitle) The name which is used for any buttons leading to this dialog (eg from aDialogListDialog).@NonNull DialogBaseConfirmationDialog.getBase()Dialog.getBase()Gets the dialog base which contains the dialog title and other options common to all types of dialogs.@NonNull DialogBaseDialogListDialog.getBase()@NonNull DialogBaseMultiActionDialog.getBase()@NonNull DialogBaseNoticeDialog.getBase()@NonNull DialogBaseServerLinksDialog.getBase()DialogBase.inputs(List<DialogInput> inputs) The inputs to the dialog.Whether this dialog should pause the game in single-player mode (default: true).DialogBase.title(@NonNull BaseComponent title) The mandatory dialog title.Methods in net.md_5.bungee.api.dialog with parameters of type DialogBaseModifier and TypeMethodDescriptionvoidConfirmationDialog.setBase(@NonNull DialogBase base) voidDialog.setBase(DialogBase base) Sets the dialog base.voidDialogListDialog.setBase(@NonNull DialogBase base) voidMultiActionDialog.setBase(@NonNull DialogBase base) voidNoticeDialog.setBase(@NonNull DialogBase base) voidServerLinksDialog.setBase(@NonNull DialogBase base) Constructors in net.md_5.bungee.api.dialog with parameters of type DialogBaseModifierConstructorDescriptionConfirmationDialog(@NonNull DialogBase base) ConfirmationDialog(@NonNull DialogBase base, ActionButton yes, ActionButton no) Creates a newConfirmationDialoginstance.DialogListDialog(@NonNull DialogBase base, List<Dialog> dialogs, ActionButton exitAction, Integer columns, Integer buttonWidth) DialogListDialog(@NonNull DialogBase base, Dialog... dialogs) MultiActionDialog(@NonNull DialogBase base, @NonNull List<ActionButton> actions, Integer columns, ActionButton exitAction) MultiActionDialog(@NonNull DialogBase base, @NonNull ActionButton... actions) NoticeDialog(@NonNull DialogBase base, ActionButton action) Creates a newNoticeDialoginstance.NoticeDialog(DialogBase base) ServerLinksDialog(@NonNull DialogBase base) ServerLinksDialog(@NonNull DialogBase base, ActionButton action, Integer columns, Integer buttonWidth)