Uses of Class
net.minecraft.client.sounds.SoundEngine
Package
Description
-
Uses of SoundEngine in net.minecraft.client.resources.sounds
-
Uses of SoundEngine in net.minecraft.client.sounds
Modifier 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
Modifier and TypeMethodDescriptionstatic SoundInstance
ForgeHooksClient.playSound
(SoundEngine manager, SoundInstance sound) -
Uses of SoundEngine in net.minecraftforge.client.event.sound
ModifierConstructorDescriptionPlaySoundEvent
(SoundEngine manager, SoundInstance sound) PlaySoundSourceEvent
(SoundEngine manager, SoundInstance sound, Channel source) PlayStreamingSourceEvent
(SoundEngine manager, SoundInstance sound, Channel source) SoundEvent
(SoundEngine engine) SoundLoadEvent
(SoundEngine manager) SoundSetupEvent
(SoundEngine manager) SoundSourceEvent
(SoundEngine manager, SoundInstance sound, Channel channel)