Package net.minecraftforge.debug.client
Class AudioStreamTest.SineSound
- java.lang.Object
-
- net.minecraft.client.audio.LocatableSound
-
- net.minecraftforge.debug.client.AudioStreamTest.SineSound
-
- All Implemented Interfaces:
ISound
- Enclosing class:
- AudioStreamTest
public static class AudioStreamTest.SineSound extends LocatableSound
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.minecraft.client.audio.ISound
ISound.AttenuationType
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<IAudioStream>
getStream(AudioStreamManager soundBuffers, Sound sound, boolean looping)
-
Methods inherited from class net.minecraft.client.audio.LocatableSound
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.audio.ISound
canPlaySound, canStartSilent
-
-
-
-
Constructor Detail
-
SineSound
protected SineSound(Vector3d position)
-
-
Method Detail
-
getStream
@Nonnull public java.util.concurrent.CompletableFuture<IAudioStream> getStream(@Nonnull AudioStreamManager soundBuffers, @Nonnull Sound sound, boolean looping)
-
-