Uses of Interface
io.papermc.paper.registry.data.dialog.type.DialogListType.Builder
Packages that use DialogListType.Builder
Package
Description
Dialog types for the Paper API.
-
Uses of DialogListType.Builder in io.papermc.paper.registry.data.dialog
Methods in io.papermc.paper.registry.data.dialog that return DialogListType.BuilderModifier and TypeMethodDescriptionDialogInstancesProvider.dialogList(RegistrySet<Dialog> dialogs) -
Uses of DialogListType.Builder in io.papermc.paper.registry.data.dialog.type
Methods in io.papermc.paper.registry.data.dialog.type that return DialogListType.BuilderModifier and TypeMethodDescriptionDialogListType.Builder.buttonWidth(@org.jetbrains.annotations.Range(from=1L, to=1024L) int buttonWidth) Sets the width of each button in the dialog list.DialogListType.Builder.columns(@org.checkerframework.checker.index.qual.Positive int columns) Sets the number of columns to display in the dialog list.static DialogListType.BuilderDialogType.dialogList(RegistrySet<Dialog> dialogs) Creates a dialog list builder with the specified dialogs.DialogListType.Builder.exitAction(@Nullable ActionButton exitAction) Sets the action button to exit the dialog, or null if there is no exit action.