Uses of Interface
io.papermc.paper.registry.RegistryBuilderFactory
Packages that use RegistryBuilderFactory
Package
Description
Collection of registry entry types that may be created or modified via the
RegistryEvent.This package contains events related to the Paper registry system.
The root package of the Bukkit API, contains generalized API classes.
-
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.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 TypeMethodDescriptionvoidWritableRegistry.registerWith(TypedKey<T> key, Consumer<RegistryBuilderFactory<T, B>> value) Register a new value with the specified key. -
Uses of RegistryBuilderFactory in org.bukkit
Method parameters in org.bukkit with type arguments of type RegistryBuilderFactoryModifier and TypeMethodDescriptionstatic MusicInstrumentMusicInstrument.create(Consumer<RegistryBuilderFactory<MusicInstrument, ? extends InstrumentRegistryEntry.Builder>> value) Creates an inlined music instrument.