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 voidclose()SourcecreateSource()intgetMaxSourceCount()intgetSourceCount()booleanrelease(Source source)
-
Method Details
-
createSource
-
release
-
close
void close() -
getMaxSourceCount
int getMaxSourceCount() -
getSourceCount
int getSourceCount()
-