Package net.minecraftforge.debug.client
Class AudioStreamTest.SineSound
java.lang.Object
net.minecraft.client.resources.sounds.AbstractSoundInstance
net.minecraftforge.debug.client.AudioStreamTest.SineSound
- All Implemented Interfaces:
SoundInstance
- Enclosing class:
- AudioStreamTest
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.resources.sounds.SoundInstance
SoundInstance.Attenuation
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@NotNull CompletableFuture<AudioStream>
getStream
(@NotNull SoundBufferLibrary soundBuffers, @NotNull Sound sound, boolean looping) Methods inherited from class net.minecraft.client.resources.sounds.AbstractSoundInstance
getAttenuation, getDelay, getLocation, getPitch, getSound, getSource, getVolume, getX, getY, getZ, isLooping, isRelative, resolve, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.minecraft.client.resources.sounds.SoundInstance
canPlaySound, canStartSilent
-
Constructor Details
-
SineSound
-
-
Method Details
-
getStream
@NotNull public @NotNull CompletableFuture<AudioStream> getStream(@NotNull @NotNull SoundBufferLibrary soundBuffers, @NotNull @NotNull Sound sound, boolean looping)
-