Package com.mojang.blaze3d.audio
Class Library.CountingChannelPool
java.lang.Object
com.mojang.blaze3d.audio.Library.CountingChannelPool
- All Implemented Interfaces:
- Library.ChannelPool
- Enclosing class:
- Library
- 
Field Details- 
limitprivate final int limit
- 
activeChannels
 
- 
- 
Constructor Details- 
CountingChannelPoolpublic CountingChannelPool(int p_83716_) 
 
- 
- 
Method Details- 
acquire- Specified by:
- acquirein interface- Library.ChannelPool
 
- 
release- Specified by:
- releasein interface- Library.ChannelPool
 
- 
cleanuppublic void cleanup()- Specified by:
- cleanupin interface- Library.ChannelPool
 
- 
getMaxCountpublic int getMaxCount()- Specified by:
- getMaxCountin interface- Library.ChannelPool
 
- 
getUsedCountpublic int getUsedCount()- Specified by:
- getUsedCountin interface- Library.ChannelPool
 
 
-