Uses of Class
net.minecraft.client.sounds.SoundEngine
Packages that use SoundEngine
Package
Description
Client-only events relating to sounds.
-
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 TypeMethodDescriptionvoidSoundManager.Preparations.apply(Map<ResourceLocation, WeighedSoundEvents> p_251229_, Map<ResourceLocation, Resource> p_251045_, SoundEngine p_250302_) voidWeighedSoundEvents.preloadIfRequired(SoundEngine p_120450_) voidWeighted.preloadIfRequired(SoundEngine p_120456_) -
Uses of SoundEngine in net.minecraftforge.client
Methods in net.minecraftforge.client with parameters of type SoundEngineModifier and TypeMethodDescriptionstatic @Nullable SoundInstanceForgeHooksClient.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 engine, SoundInstance sound, Channel channel) PlayStreamingSourceEvent(SoundEngine engine, SoundInstance sound, Channel channel) SoundEngineLoadEvent(SoundEngine manager) protectedSoundEvent(SoundEngine engine) protectedSoundSourceEvent(SoundEngine engine, SoundInstance sound, Channel channel)