Uses of Interface
io.papermc.paper.registry.data.dialog.DialogRegistryEntry.Builder
Packages that use DialogRegistryEntry.Builder
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
.This package contains events related to the Paper registry system.
-
Uses of DialogRegistryEntry.Builder in io.papermc.paper.dialog
Method parameters in io.papermc.paper.dialog with type arguments of type DialogRegistryEntry.BuilderModifier and TypeMethodDescriptionstatic Dialog
Dialog.create
(Consumer<RegistryBuilderFactory<Dialog, ? extends DialogRegistryEntry.Builder>> value) Creates a new dialog using the provided builder. -
Uses of DialogRegistryEntry.Builder in io.papermc.paper.registry.data
Method parameters in io.papermc.paper.registry.data with type arguments of type DialogRegistryEntry.BuilderModifier and TypeMethodDescriptionInlinedRegistryBuilderProvider.createDialog
(Consumer<RegistryBuilderFactory<Dialog, ? extends DialogRegistryEntry.Builder>> value) -
Uses of DialogRegistryEntry.Builder in io.papermc.paper.registry.data.dialog
Methods in io.papermc.paper.registry.data.dialog that return DialogRegistryEntry.BuilderModifier and TypeMethodDescriptionDialogRegistryEntry.Builder.base
(DialogBase dialogBase) Sets the base dialog for this entry.DialogRegistryEntry.Builder.type
(DialogType dialogType) Sets the specialty dialog for this entry.Methods in io.papermc.paper.registry.data.dialog that return types with arguments of type DialogRegistryEntry.BuilderModifier and TypeMethodDescriptionDialogRegistryEntry.Builder.registryValueSet()
Provides a builder for dialogRegistryValueSet
which can be used insideDialogListType
. -
Uses of DialogRegistryEntry.Builder in io.papermc.paper.registry.event
Fields in io.papermc.paper.registry.event with type parameters of type DialogRegistryEntry.BuilderModifier and TypeFieldDescriptionstatic final RegistryEventProvider
<Dialog, DialogRegistryEntry.Builder> RegistryEvents.DIALOG