Uses of Interface
io.papermc.paper.registry.data.dialog.type.MultiActionType
Packages that use MultiActionType
-
Uses of MultiActionType in io.papermc.paper.registry.data.dialog.type
Methods in io.papermc.paper.registry.data.dialog.type that return MultiActionTypeModifier and TypeMethodDescriptionMultiActionType.Builder.build()Builds the multi-action dialog.static MultiActionTypeDialogType.multiAction(List<ActionButton> actions, @Nullable ActionButton exitAction, @org.checkerframework.checker.index.qual.Positive int columns) Creates a multi-action dialog with the specified actions, exit action, and number of columns.