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
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.audio.ISound
ISound.AttenuationType
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetStream
(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 Details
-
SineSound
-
-
Method Details
-
getStream
@Nonnull public CompletableFuture<IAudioStream> getStream(@Nonnull AudioStreamManager soundBuffers, @Nonnull Sound sound, boolean looping)
-