Interface DialogAction.CommandTemplateAction
- All Superinterfaces:
DialogAction
- Enclosing interface:
DialogAction
@NonExtendable
public static non-sealed interface DialogAction.CommandTemplateAction
extends DialogAction
Represents an action that executes a command template.
-
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
-
Method Details
-
template
The command template to execute.- Returns:
- the command template
-