Uses of Interface
io.papermc.paper.registry.data.dialog.type.DialogListType
Packages that use DialogListType
-
Uses of DialogListType in io.papermc.paper.registry.data.dialog.type
Methods in io.papermc.paper.registry.data.dialog.type that return DialogListTypeModifier and TypeMethodDescriptionDialogListType.Builder.build()Builds the dialog list type.static DialogListTypeDialogType.dialogList(RegistrySet<Dialog> dialogs, @Nullable ActionButton exitAction, @org.checkerframework.checker.index.qual.Positive int columns, @org.jetbrains.annotations.Range(from=1L, to=1024L) int buttonWidth) Creates a dialog list dialog with the specified dialogs, exit action, columns, and button width.