Package net.minecraft.client.sound
Interface SoundEngine.SourceSet
- All Known Implementing Classes:
SoundEngine.SourceSetImpl
- Enclosing class:
- SoundEngine
@Environment(CLIENT)
static interface SoundEngine.SourceSet
-
Method Summary
Modifier and Type Method Description void
close()
Source
createSource()
int
getMaxSourceCount()
int
getSourceCount()
boolean
release(Source source)
-
Method Details
-
createSource
-
release
-
close
void close() -
getMaxSourceCount
int getMaxSourceCount() -
getSourceCount
int getSourceCount()
-