Uses of Class
net.md_5.bungee.api.dialog.action.ActionButton
Packages that use ActionButton
Package
Description
Contains the core classes for the display of a
Dialog.Contains the different actions/buttons for a
Dialog.-
Uses of ActionButton in net.md_5.bungee.api.dialog
Methods in net.md_5.bungee.api.dialog that return ActionButtonModifier and TypeMethodDescriptionNoticeDialog.action()The "OK" action button for the dialog.ServerLinksDialog.action()The optionalActionButtonfor this dialog.DialogListDialog.exitAction()TheActionButtonactivated when the dialog is exited.MultiActionDialog.exitAction()TheActionButtonactivated when the dialog is exited.ServerLinksDialog.exitAction()TheActionButtonactivated when the dialog is exited.ConfirmationDialog.no()The "no" click action / bottom (appears on the right).ConfirmationDialog.yes()The "yes" click action / bottom (appears on the left).Methods in net.md_5.bungee.api.dialog that return types with arguments of type ActionButtonModifier and TypeMethodDescription@NonNull List<ActionButton>MultiActionDialog.actions()The action buttons in the dialog.Methods in net.md_5.bungee.api.dialog with parameters of type ActionButtonModifier and TypeMethodDescriptionNoticeDialog.action(ActionButton action) The "OK" action button for the dialog.ServerLinksDialog.action(ActionButton action) The optionalActionButtonfor this dialog.DialogListDialog.exitAction(ActionButton exitAction) TheActionButtonactivated when the dialog is exited.MultiActionDialog.exitAction(ActionButton exitAction) TheActionButtonactivated when the dialog is exited.ServerLinksDialog.exitAction(ActionButton exitAction) TheActionButtonactivated when the dialog is exited.ConfirmationDialog.no(ActionButton no) The "no" click action / bottom (appears on the right).ConfirmationDialog.yes(ActionButton yes) The "yes" click action / bottom (appears on the left).Method parameters in net.md_5.bungee.api.dialog with type arguments of type ActionButtonModifier and TypeMethodDescriptionMultiActionDialog.actions(@NonNull List<ActionButton> actions) The action buttons in the dialog.Constructors in net.md_5.bungee.api.dialog with parameters of type ActionButtonModifierConstructorDescriptionConfirmationDialog(@NonNull DialogBase base, ActionButton yes, ActionButton no) Creates a newConfirmationDialoginstance.DialogListDialog(@NonNull DialogBase base, List<Dialog> dialogs, ActionButton exitAction, Integer columns, Integer buttonWidth) 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.ServerLinksDialog(@NonNull DialogBase base, ActionButton action, Integer columns, Integer buttonWidth) Constructor parameters in net.md_5.bungee.api.dialog with type arguments of type ActionButtonModifierConstructorDescriptionMultiActionDialog(@NonNull DialogBase base, @NonNull List<ActionButton> actions, Integer columns, ActionButton exitAction) -
Uses of ActionButton in net.md_5.bungee.api.dialog.action
Methods in net.md_5.bungee.api.dialog.action that return ActionButtonModifier and TypeMethodDescriptionThe action to take.ActionButton.label(@NonNull BaseComponent label) The text label of the button, mandatory.ActionButton.tooltip(BaseComponent tooltip) The hover tooltip of the button.The width of the button (default: 150, minimum: 1, maximum: 1024).