Uses of Interface
io.papermc.paper.registry.data.SoundEventRegistryEntry
Packages that use SoundEventRegistryEntry
Package
Description
Collection of registry entry types that may be created or modified via the
RegistryEvent
.-
Uses of SoundEventRegistryEntry in io.papermc.paper.registry.data
Subinterfaces of SoundEventRegistryEntry in io.papermc.paper.registry.dataModifier and TypeInterfaceDescriptionstatic interface
A mutable builder for theSoundEventRegistryEntry
plugins may change in applicable registry events.Methods in io.papermc.paper.registry.data that return types with arguments of type SoundEventRegistryEntryModifier and TypeMethodDescriptionJukeboxSongRegistryEntry.soundEvent()
Gets the sound event for this song.Method parameters in io.papermc.paper.registry.data with type arguments of type SoundEventRegistryEntryModifier and TypeMethodDescriptionJukeboxSongRegistryEntry.Builder.soundEvent
(RegistryHolder<Sound, SoundEventRegistryEntry> soundEvent) Sets the sound event for this song.