Uses of Interface
io.papermc.paper.registry.data.dialog.DialogBase.Builder
Packages that use DialogBase.Builder
-
Uses of DialogBase.Builder in io.papermc.paper.registry.data.dialog
Methods in io.papermc.paper.registry.data.dialog that return DialogBase.BuilderModifier and TypeMethodDescriptionDialogBase.Builder.afterAction
(DialogBase.DialogAfterAction afterAction) Sets the action to take after the dialog is closed.DialogBase.Builder.body
(List<? extends DialogBody> body) Sets the body of the dialog.static DialogBase.Builder
Creates a new dialog base builder.DialogBase.Builder.canCloseWithEscape
(boolean canCloseWithEscape) Sets whether the dialog can be closed with the "escape" keybind.DialogInstancesProvider.dialogBaseBuilder
(Component title) DialogBase.Builder.externalTitle
(@Nullable Component externalTitle) Sets the external title of the dialog.DialogBase.Builder.inputs
(List<? extends DialogInput> inputs) Sets the inputs of the dialog.DialogBase.Builder.pause
(boolean pause) Sets whether the dialog should pause the game when opened (single-player only).