Package net.minecraft.client.sounds
Interface SoundEventListener
- All Known Implementing Classes:
SubtitleOverlay
public interface SoundEventListener
The SoundEventListener interface defines a listener for sound events.
Classes implementing this interface can be registered as listeners to receive notifications when a sound is played.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onPlaySound
(SoundInstance pSound, WeighedSoundEvents pAccessor, float pRange)
-
Method Details
-
onPlaySound
-