Uses of Interface
io.papermc.paper.registry.data.dialog.type.ConfirmationType
Packages that use ConfirmationType
Package
Description
Dialog types for the Paper API.
-
Uses of ConfirmationType in io.papermc.paper.registry.data.dialog
Methods in io.papermc.paper.registry.data.dialog that return ConfirmationTypeModifier and TypeMethodDescriptionDialogInstancesProvider.confirmation(ActionButton yesButton, ActionButton noButton) -
Uses of ConfirmationType in io.papermc.paper.registry.data.dialog.type
Methods in io.papermc.paper.registry.data.dialog.type that return ConfirmationTypeModifier and TypeMethodDescriptionstatic ConfirmationTypeDialogType.confirmation(ActionButton yesButton, ActionButton noButton) Creates a confirmation dialog with the specified yes and no buttons.