Uses of Class
net.minecraft.client.sounds.SoundEngine
Packages that use SoundEngine
Package
Description
- 
Uses of SoundEngine in net.minecraft.client.resources.soundsMethods in net.minecraft.client.resources.sounds with parameters of type SoundEngine
- 
Uses of SoundEngine in net.minecraft.client.soundsFields in net.minecraft.client.sounds declared as SoundEngineMethods in net.minecraft.client.sounds with parameters of type SoundEngineModifier and TypeMethodDescriptionvoidSoundManager.Preparations.apply(Map<ResourceLocation,WeighedSoundEvents> p_120423_, SoundEngine p_120424_)voidWeighedSoundEvents.preloadIfRequired(SoundEngine p_120450_)voidWeighted.preloadIfRequired(SoundEngine p_120456_)
- 
Uses of SoundEngine in net.minecraftforge.clientMethods in net.minecraftforge.client with parameters of type SoundEngineModifier and TypeMethodDescriptionstatic SoundInstanceForgeHooksClient.playSound(SoundEngine manager, SoundInstance sound)
- 
Uses of SoundEngine in net.minecraftforge.client.event.soundFields in net.minecraftforge.client.event.sound declared as SoundEngineMethods in net.minecraftforge.client.event.sound that return SoundEngineConstructors in net.minecraftforge.client.event.sound with parameters of type SoundEngineModifierConstructorDescriptionPlaySoundEvent(SoundEngine manager, SoundInstance sound)PlaySoundSourceEvent(SoundEngine manager, SoundInstance sound, Channel source)PlayStreamingSourceEvent(SoundEngine manager, SoundInstance sound, Channel source)SoundEvent(SoundEngine manager)SoundLoadEvent(SoundEngine manager)SoundSetupEvent(SoundEngine manager)SoundSourceEvent(SoundEngine manager, SoundInstance sound, Channel source)