Uses of Interface
io.papermc.paper.registry.data.dialog.ActionButton.Builder
Packages that use ActionButton.Builder
-
Uses of ActionButton.Builder in io.papermc.paper.registry.data.dialog
Methods in io.papermc.paper.registry.data.dialog that return ActionButton.BuilderModifier and TypeMethodDescriptionActionButton.Builder.action
(@Nullable DialogAction action) Sets the action associated with this button, or null if no action is desired.DialogInstancesProvider.actionButtonBuilder
(Component label) static ActionButton.Builder
Creates a new action button builder with the specified label.Sets the tooltip of the action button, or null if no tooltip is desired.ActionButton.Builder.width
(@org.jetbrains.annotations.Range(from=1L, to=1024L) int width) Sets the width of the action button.