Uses of Interface
io.papermc.paper.registry.data.dialog.DialogBase
Packages that use DialogBase
-
Uses of DialogBase in io.papermc.paper.registry.data.dialog
Methods in io.papermc.paper.registry.data.dialog that return DialogBaseModifier and TypeMethodDescriptionDialogRegistryEntry.base()
The base dialog for this entry.DialogBase.Builder.build()
Builds the dialog base.static DialogBase
DialogBase.create
(Component title, @Nullable Component externalTitle, boolean canCloseWithEscape, boolean pause, DialogBase.DialogAfterAction afterAction, List<? extends DialogBody> body, List<? extends DialogInput> inputs) Creates a new dialog base.Methods in io.papermc.paper.registry.data.dialog with parameters of type DialogBaseModifier and TypeMethodDescriptionDialogRegistryEntry.Builder.base
(DialogBase dialogBase) Sets the base dialog for this entry.