Uses of Interface
com.mclds.plugins.customplugin.utils.CustomDialog.CustomDialogActionCallback
Packages that use CustomDialog.CustomDialogActionCallback
-
Uses of CustomDialog.CustomDialogActionCallback in com.mclds.plugins.customplugin.utils
Methods in com.mclds.plugins.customplugin.utils with parameters of type CustomDialog.CustomDialogActionCallbackModifier and TypeMethodDescriptionio.papermc.paper.dialog.DialogCustomDialog.create(List<io.papermc.paper.registry.data.dialog.input.DialogInput> inputs, CustomDialog.CustomDialogActionCallback confirmCallback, CustomDialog.CustomDialogActionCallback cancelCallback) voidCustomDialog.open(org.bukkit.entity.Player player, List<io.papermc.paper.registry.data.dialog.input.DialogInput> inputs, CustomDialog.CustomDialogActionCallback confirmCallback) voidCustomDialog.open(org.bukkit.entity.Player player, List<io.papermc.paper.registry.data.dialog.input.DialogInput> inputs, CustomDialog.CustomDialogActionCallback confirmCallback, CustomDialog.CustomDialogActionCallback cancelCallback)