Package net.minecraft.client.audio
Interface SoundSystem.IHandler
-
- All Known Implementing Classes:
SoundSystem.HandlerImpl
- Enclosing class:
- SoundSystem
static interface SoundSystem.IHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SoundSourceacquire()voidcleanup()intgetMaxCount()intgetUsedCount()booleanrelease(SoundSource p_216396_1_)
-
-
-
Method Detail
-
acquire
@Nullable SoundSource acquire()
-
release
boolean release(SoundSource p_216396_1_)
-
cleanup
void cleanup()
-
getMaxCount
int getMaxCount()
-
getUsedCount
int getUsedCount()
-
-