Interface DialogAction.CustomClickAction
- All Superinterfaces:
DialogAction
- Enclosing interface:
DialogAction
@NonExtendable
public static non-sealed interface DialogAction.CustomClickAction
extends DialogAction
Represents an action that executes a custom action with additional data.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.papermc.paper.registry.data.dialog.action.DialogAction
DialogAction.CommandTemplateAction, DialogAction.CustomClickAction, DialogAction.StaticAction
-
Method Summary
Modifier and TypeMethodDescriptionAdditional data to be sent with the action.id()
The identifier of the custom action.
-
Method Details
-
id
The identifier of the custom action.- Returns:
- the identifier
-
additions
Additional data to be sent with the action. This is a compound binary tag holder that can contain various data related to the action.- Returns:
- the additional data, or null if not needed
-