Package net.minecraftforge.debug.client
Class AudioStreamTest
- java.lang.Object
-
- net.minecraftforge.debug.client.AudioStreamTest
-
public class AudioStreamTest extends java.lang.Object
Tests support for customIAudioStream
s (ISound.getStream(AudioStreamManager, Sound, boolean)
. When the message "sine wave" is sent in chat, this should play a sine wave of 220Hz at the player's current position.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AudioStreamTest.ClientHandler
static class
AudioStreamTest.SineSound
static class
AudioStreamTest.SineStream
-
Constructor Summary
Constructors Constructor Description AudioStreamTest()
-
-
-
Field Detail
-
ENABLED
private static final boolean ENABLED
- See Also:
- Constant Field Values
-
MOD_ID
static final java.lang.String MOD_ID
- See Also:
- Constant Field Values
-
-