Uses of Interface
io.papermc.paper.dialog.Dialog
Packages that use Dialog
Package
Description
This package contains classes and interfaces related to the dialog system in Paper.
Collection of registry entry types that may be created or modified via the
RegistryEvent.Dialog types for the Paper API.
This package contains events related to the Paper registry system.
-
Uses of Dialog in io.papermc.paper.dialog
Fields in io.papermc.paper.dialog declared as DialogModifier and TypeFieldDescriptionstatic final DialogDialog.CUSTOM_OPTIONSstatic final DialogDialog.QUICK_ACTIONSstatic final DialogDialog.SERVER_LINKSMethods in io.papermc.paper.dialog that return DialogModifier and TypeMethodDescriptionstatic DialogDialog.create(Consumer<RegistryBuilderFactory<Dialog, ? extends DialogRegistryEntry.Builder>> value) Creates a new dialog using the provided builder.Method parameters in io.papermc.paper.dialog with type arguments of type DialogModifier and TypeMethodDescriptionstatic DialogDialog.create(Consumer<RegistryBuilderFactory<Dialog, ? extends DialogRegistryEntry.Builder>> value) Creates a new dialog using the provided builder. -
Uses of Dialog in io.papermc.paper.registry
Fields in io.papermc.paper.registry with type parameters of type DialogModifier and TypeFieldDescriptionstatic final RegistryKey<Dialog> RegistryKey.DIALOGData-driven registry for dialogs. -
Uses of Dialog in io.papermc.paper.registry.data
Methods in io.papermc.paper.registry.data that return DialogModifier and TypeMethodDescriptionInlinedRegistryBuilderProvider.createDialog(Consumer<RegistryBuilderFactory<Dialog, ? extends DialogRegistryEntry.Builder>> value) Method parameters in io.papermc.paper.registry.data with type arguments of type DialogModifier and TypeMethodDescriptionInlinedRegistryBuilderProvider.createDialog(Consumer<RegistryBuilderFactory<Dialog, ? extends DialogRegistryEntry.Builder>> value) -
Uses of Dialog in io.papermc.paper.registry.data.dialog
Methods in io.papermc.paper.registry.data.dialog that return types with arguments of type DialogModifier and TypeMethodDescriptionDialogRegistryEntry.Builder.registryValueSet()Provides a builder for dialogRegistryValueSetwhich can be used insideDialogListType.Method parameters in io.papermc.paper.registry.data.dialog with type arguments of type DialogModifier and TypeMethodDescriptionDialogInstancesProvider.dialogList(RegistrySet<Dialog> dialogs) -
Uses of Dialog in io.papermc.paper.registry.data.dialog.type
Methods in io.papermc.paper.registry.data.dialog.type that return types with arguments of type DialogModifier and TypeMethodDescriptionDialogListType.dialogs()Returns the set of dialogs to display in the dialog list.Method parameters in io.papermc.paper.registry.data.dialog.type with type arguments of type DialogModifier and TypeMethodDescriptionstatic DialogListType.BuilderDialogType.dialogList(RegistrySet<Dialog> dialogs) Creates a dialog list builder with the specified dialogs.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. -
Uses of Dialog in io.papermc.paper.registry.event
Fields in io.papermc.paper.registry.event with type parameters of type DialogModifier and TypeFieldDescriptionstatic final RegistryEventProvider<Dialog, DialogRegistryEntry.Builder> RegistryEvents.DIALOG -
Uses of Dialog in io.papermc.paper.registry.keys
Fields in io.papermc.paper.registry.keys with type parameters of type DialogModifier and TypeFieldDescriptionDialogKeys.CUSTOM_OPTIONSminecraft:custom_optionsDialogKeys.QUICK_ACTIONSminecraft:quick_actionsDialogKeys.SERVER_LINKSminecraft:server_linksMethods in io.papermc.paper.registry.keys that return types with arguments of type Dialog -
Uses of Dialog in io.papermc.paper.registry.keys.tags
Fields in io.papermc.paper.registry.keys.tags with type parameters of type DialogModifier and TypeFieldDescriptionDialogTagKeys.PAUSE_SCREEN_ADDITIONS#minecraft:pause_screen_additionsDialogTagKeys.QUICK_ACTIONS#minecraft:quick_actionsMethods in io.papermc.paper.registry.keys.tags that return types with arguments of type Dialog