Uses of Enum
net.md_5.bungee.api.dialog.DialogBase.AfterAction
Packages that use DialogBase.AfterAction
-
Uses of DialogBase.AfterAction in net.md_5.bungee.api.dialog
Methods in net.md_5.bungee.api.dialog that return DialogBase.AfterActionModifier and TypeMethodDescriptionDialogBase.afterAction()Action to take after the a click or submit action is performed on the dialog (default: close).static DialogBase.AfterActionReturns the enum constant of this type with the specified name.static DialogBase.AfterAction[]DialogBase.AfterAction.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.md_5.bungee.api.dialog with parameters of type DialogBase.AfterActionModifier and TypeMethodDescriptionDialogBase.afterAction(DialogBase.AfterAction afterAction) Action to take after the a click or submit action is performed on the dialog (default: close).Constructors in net.md_5.bungee.api.dialog with parameters of type DialogBase.AfterActionModifierConstructorDescriptionDialogBase(@NonNull BaseComponent title, BaseComponent externalTitle, List<DialogInput> inputs, List<DialogBody> body, Boolean canCloseWithEscape, Boolean pause, DialogBase.AfterAction afterAction) Creates a newDialogBaseinstance.