Uses of Interface
io.papermc.paper.registry.set.RegistryValueSetBuilder
Packages that use RegistryValueSetBuilder
Package
Description
This package contains the API for registry sets in Paper.
-
Uses of RegistryValueSetBuilder in io.papermc.paper.registry.data.dialog
Methods in io.papermc.paper.registry.data.dialog that return RegistryValueSetBuilderModifier and TypeMethodDescriptionDialogRegistryEntry.Builder.registryValueSet()
Provides a builder for dialogRegistryValueSet
which can be used insideDialogListType
. -
Uses of RegistryValueSetBuilder in io.papermc.paper.registry.set
Methods in io.papermc.paper.registry.set that return RegistryValueSetBuilderModifier and TypeMethodDescriptionRegistryValueSetBuilder.add
(Consumer<RegistryBuilderFactory<API, ? extends ENTRY_BUILDER>> builder) Adds a value to the registry value set.