Package net.minecraft.client.sounds
Class LoopingAudioStream
java.lang.Object
net.minecraft.client.sounds.LoopingAudioStream
- All Implemented Interfaces:
- Closeable,- AutoCloseable,- AudioStream
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic interface(package private) static class
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final BufferedInputStreamprivate final LoopingAudioStream.AudioStreamProviderprivate AudioStream
- 
Constructor SummaryConstructorsConstructorDescriptionLoopingAudioStream(LoopingAudioStream.AudioStreamProvider p_120163_, InputStream p_120164_) 
- 
Method Summary
- 
Field Details- 
provider
- 
stream
- 
bufferedInputStream
 
- 
- 
Constructor Details- 
LoopingAudioStreampublic LoopingAudioStream(LoopingAudioStream.AudioStreamProvider p_120163_, InputStream p_120164_) throws IOException - Throws:
- IOException
 
 
- 
- 
Method Details- 
getFormat- Specified by:
- getFormatin interface- AudioStream
 
- 
read- Specified by:
- readin interface- AudioStream
- Throws:
- IOException
 
- 
close- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- Closeable
- Throws:
- IOException
 
 
-