Uses of Interface
io.papermc.paper.registry.data.SulfurCubeArchetypeRegistryEntry.SoundSettings
Packages that use SulfurCubeArchetypeRegistryEntry.SoundSettings
Package
Description
Collection of registry entry types that may be created or modified via the
RegistryEvent.-
Uses of SulfurCubeArchetypeRegistryEntry.SoundSettings in io.papermc.paper.registry.data
Methods in io.papermc.paper.registry.data that return SulfurCubeArchetypeRegistryEntry.SoundSettingsModifier and TypeMethodDescriptionSulfurCubeArchetypeRegistryEntry.SoundSettings.of(TypedKey<Sound> hitSound, TypedKey<Sound> pushSound, float pushSoundImpulseThreshold, float pushSoundCooldown) Creates a new sound settings instance based on the passed values.SulfurCubeArchetypeRegistryEntry.soundSettings()Provides the sound settings of a sulfur cube of this archetype.Methods in io.papermc.paper.registry.data with parameters of type SulfurCubeArchetypeRegistryEntry.SoundSettingsModifier and TypeMethodDescriptionSulfurCubeArchetypeRegistryEntry.Builder.soundSettings(SulfurCubeArchetypeRegistryEntry.SoundSettings settings) Sets the sound settings of a sulfur cube of this archetype.