Uses of Interface
io.papermc.paper.registry.holder.RegistryHolder
Packages that use RegistryHolder
Package
Description
Collection of registry entry types that may be created or modified via the
RegistryEvent
.Registry holders.
-
Uses of RegistryHolder in io.papermc.paper.registry.data
Methods in io.papermc.paper.registry.data that return RegistryHolderModifier and TypeMethodDescriptionJukeboxSongRegistryEntry.soundEvent()
Gets the sound event for this song.Methods in io.papermc.paper.registry.data with parameters of type RegistryHolderModifier and TypeMethodDescriptionJukeboxSongRegistryEntry.Builder.soundEvent
(RegistryHolder<Sound, SoundEventRegistryEntry> soundEvent) Sets the sound event for this song. -
Uses of RegistryHolder in io.papermc.paper.registry.holder
Subinterfaces of RegistryHolder in io.papermc.paper.registry.holderModifier and TypeInterfaceDescriptionstatic interface
RegistryHolder.Inlined<API,
ENTRY> A holder that contains an inlined registry entry, an anonymous value (does not have a key).static interface
RegistryHolder.Reference<API,
ENTRY> A holder that references a registry value by key, but does not have the entry itself.