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(net.kyori.adventure.key.Key id, @Nullable net.kyori.adventure.nbt.api.BinaryTagHolder additions) DialogInstancesProvider.register(DialogActionCallback callback, net.kyori.adventure.text.event.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, net.kyori.adventure.text.event.ClickCallback.Options options) Creates a new custom click action that executes a custom action.DialogAction.customClick(net.kyori.adventure.key.Key id, @Nullable net.kyori.adventure.nbt.api.BinaryTagHolder additions) Creates a new custom click action that executes a custom action.