Uses of Class
net.minecraft.client.sounds.SoundEngine
Packages that use SoundEngine
Package
Description
-
Uses of SoundEngine in net.minecraft.client.resources.sounds
Methods in net.minecraft.client.resources.sounds with parameters of type SoundEngine -
Uses of SoundEngine in net.minecraft.client.sounds
Fields in net.minecraft.client.sounds declared as SoundEngineMethods in net.minecraft.client.sounds with parameters of type SoundEngineModifier and TypeMethodDescriptionvoid
SoundManager.Preparations.apply(Map<ResourceLocation,WeighedSoundEvents> p_120423_, SoundEngine p_120424_)
void
WeighedSoundEvents.preloadIfRequired(SoundEngine p_120450_)
void
Weighted.preloadIfRequired(SoundEngine p_120456_)
-
Uses of SoundEngine in net.minecraftforge.client
Methods in net.minecraftforge.client with parameters of type SoundEngineModifier and TypeMethodDescriptionstatic SoundInstance
ForgeHooksClient.playSound(SoundEngine manager, SoundInstance sound)
-
Uses of SoundEngine in net.minecraftforge.client.event.sound
Fields 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)