Uses of Class
net.minecraft.client.sounds.SoundBufferLibrary
Packages that use SoundBufferLibrary
Package
Description
-
Uses of SoundBufferLibrary in net.minecraft.client.resources.sounds
Methods in net.minecraft.client.resources.sounds with parameters of type SoundBufferLibraryModifier and TypeMethodDescriptiondefault CompletableFuture<AudioStream>SoundInstance.getStream(SoundBufferLibrary soundBuffers, Sound sound, boolean looping) -
Uses of SoundBufferLibrary in net.minecraft.client.sounds
Fields in net.minecraft.client.sounds declared as SoundBufferLibrary -
Uses of SoundBufferLibrary in net.minecraftforge.debug.client
Methods in net.minecraftforge.debug.client with parameters of type SoundBufferLibraryModifier and TypeMethodDescription@NotNull CompletableFuture<AudioStream>AudioStreamTest.SineSound.getStream(@NotNull SoundBufferLibrary soundBuffers, @NotNull Sound sound, boolean looping)