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.
-
Uses of RegistryBuilderFactory in io.papermc.paper.registry.data
Method parameters in io.papermc.paper.registry.data with type arguments of type RegistryBuilderFactoryModifier and TypeMethodDescriptionJukeboxSongRegistryEntry.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.