Uses of Interface
io.papermc.paper.registry.data.dialog.action.DialogAction.CustomClickAction
Packages that use DialogAction.CustomClickAction
Package
Description
This package contains classes related to dialog actions in the Paper API.
-
Uses of DialogAction.CustomClickAction in io.papermc.paper.registry.data.dialog
Methods in io.papermc.paper.registry.data.dialog that return DialogAction.CustomClickActionModifier and TypeMethodDescriptionDialogInstancesProvider.customClick
(Key id, @Nullable BinaryTagHolder additions) DialogInstancesProvider.register
(DialogActionCallback callback, ClickCallback.Options options) -
Uses of DialogAction.CustomClickAction in io.papermc.paper.registry.data.dialog.action
Methods in io.papermc.paper.registry.data.dialog.action that return DialogAction.CustomClickActionModifier and TypeMethodDescriptionDialogAction.customClick
(DialogActionCallback callback, ClickCallback.Options options) Creates a new custom click action that executes a custom action.DialogAction.customClick
(Key id, @Nullable BinaryTagHolder additions) Creates a new custom click action that executes a custom action.