Uses of Interface
io.papermc.paper.registry.data.dialog.action.DialogAction
Packages that use DialogAction
Package
Description
This package contains classes related to dialog actions in the Paper API.
-
Uses of DialogAction in io.papermc.paper.registry.data.dialog
Methods in io.papermc.paper.registry.data.dialog that return DialogActionModifier and TypeMethodDescriptionActionButton.action()
Returns the action associated with this button, or null if no action is associated.Methods in io.papermc.paper.registry.data.dialog with parameters of type DialogActionModifier and TypeMethodDescriptionActionButton.Builder.action
(@Nullable DialogAction action) Sets the action associated with this button, or null if no action is desired.static ActionButton
ActionButton.create
(Component label, @Nullable Component tooltip, int width, @Nullable DialogAction action) Creates a new action button with the specified label, tooltip, width, and action. -
Uses of DialogAction in io.papermc.paper.registry.data.dialog.action
Subinterfaces of DialogAction in io.papermc.paper.registry.data.dialog.actionModifier and TypeInterfaceDescriptionstatic interface
Represents an action that executes a command template.static interface
Represents an action that executes a custom action with additional data.static interface
Represents an action that performs a static click event.