Package net.minecraft.client.audio
Class SoundSystem.HandlerImpl
java.lang.Object
net.minecraft.client.audio.SoundSystem.HandlerImpl
- All Implemented Interfaces:
- SoundSystem.IHandler
- Enclosing class:
- SoundSystem
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionacquire()voidcleanup()intintbooleanrelease(SoundSource p_216396_1_) 
- 
Field Details- 
limitprivate final int limit
- 
activeChannels
 
- 
- 
Constructor Details- 
HandlerImplpublic HandlerImpl(int p_i50804_1_) 
 
- 
- 
Method Details- 
acquire- Specified by:
- acquirein interface- SoundSystem.IHandler
 
- 
release- Specified by:
- releasein interface- SoundSystem.IHandler
 
- 
cleanuppublic void cleanup()- Specified by:
- cleanupin interface- SoundSystem.IHandler
 
- 
getMaxCountpublic int getMaxCount()- Specified by:
- getMaxCountin interface- SoundSystem.IHandler
 
- 
getUsedCountpublic int getUsedCount()- Specified by:
- getUsedCountin interface- SoundSystem.IHandler
 
 
-