Uses of Interface
io.papermc.paper.registry.RegistryBuilderFactory
Packages that use RegistryBuilderFactory
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.
This package contains the API for registry sets in Paper.
The root package of the Bukkit API, contains generalized API classes.
-
Uses of RegistryBuilderFactory in io.papermc.paper.dialog
Method parameters in io.papermc.paper.dialog with type arguments of type RegistryBuilderFactoryModifier and TypeMethodDescriptionstatic Dialog
Dialog.create
(Consumer<RegistryBuilderFactory<Dialog, ? extends DialogRegistryEntry.Builder>> value) Creates a new dialog using the provided builder. -
Uses of RegistryBuilderFactory in io.papermc.paper.registry.data
Method parameters in io.papermc.paper.registry.data with type arguments of type RegistryBuilderFactoryModifier and TypeMethodDescriptionInlinedRegistryBuilderProvider.createDialog
(Consumer<RegistryBuilderFactory<Dialog, ? extends DialogRegistryEntry.Builder>> value) InlinedRegistryBuilderProvider.createInstrument
(Consumer<RegistryBuilderFactory<MusicInstrument, ? extends InstrumentRegistryEntry.Builder>> value) InstrumentRegistryEntry.Builder.soundEvent
(Consumer<RegistryBuilderFactory<Sound, ? extends SoundEventRegistryEntry.Builder>> soundEvent) Sets the sound event for this instrument to a new sound event.JukeboxSongRegistryEntry.Builder.soundEvent
(Consumer<RegistryBuilderFactory<Sound, ? extends SoundEventRegistryEntry.Builder>> soundEvent) Sets the sound event for this song to a new sound event. -
Uses of RegistryBuilderFactory in io.papermc.paper.registry.event
Method parameters in io.papermc.paper.registry.event with type arguments of type RegistryBuilderFactoryModifier and TypeMethodDescriptionvoid
WritableRegistry.registerWith
(TypedKey<T> key, Consumer<RegistryBuilderFactory<T, B>> value) Register a new value with the specified key. -
Uses of RegistryBuilderFactory in io.papermc.paper.registry.set
Method parameters in io.papermc.paper.registry.set with type arguments of type RegistryBuilderFactoryModifier and TypeMethodDescriptionRegistryValueSetBuilder.add
(Consumer<RegistryBuilderFactory<API, ? extends ENTRY_BUILDER>> builder) Adds a value to the registry value set. -
Uses of RegistryBuilderFactory in org.bukkit
Method parameters in org.bukkit with type arguments of type RegistryBuilderFactoryModifier and TypeMethodDescriptionstatic MusicInstrument
MusicInstrument.create
(Consumer<RegistryBuilderFactory<MusicInstrument, ? extends InstrumentRegistryEntry.Builder>> value) Creates an inlined music instrument.