Uses of Class
net.minecraftforge.client.event.sound.SoundEvent
-
Packages that use SoundEvent Package Description net.minecraftforge.client.event.sound -
-
Uses of SoundEvent in net.minecraftforge.client.event.sound
Subclasses of SoundEvent in net.minecraftforge.client.event.sound Modifier and Type Class Description classPlaySoundEventRaised when the SoundManager tries to play a normal sound.classPlaySoundSourceEventclassPlayStreamingSourceEventstatic classSoundEvent.SoundSourceEventclassSoundLoadEventRaised by the SoundManager.loadSoundSettings, this would be a good place for adding your custom sounds to the SoundPool.classSoundSetupEventThis event is raised by the SoundManager when it does its first setup of the SoundSystemConfig's codecs, use this function to add your own codecs.
-