Package net.minecraftforge.debug.client
Class AudioStreamTest
- java.lang.Object
-
- net.minecraftforge.debug.client.AudioStreamTest
-
public class AudioStreamTest extends java.lang.ObjectTests support for customIAudioStreams (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 classAudioStreamTest.ClientHandlerstatic classAudioStreamTest.SineSoundstatic classAudioStreamTest.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
-
-