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
- 
limit
private final int limit - 
activeChannels
 
 - 
 - 
Constructor Details
- 
CountingChannelPool
public CountingChannelPool(int p_83716_)  
 - 
 - 
Method Details
- 
acquire
- Specified by:
 acquirein interfaceLibrary.ChannelPool
 - 
release
- Specified by:
 releasein interfaceLibrary.ChannelPool
 - 
cleanup
public void cleanup()- Specified by:
 cleanupin interfaceLibrary.ChannelPool
 - 
getMaxCount
public int getMaxCount()- Specified by:
 getMaxCountin interfaceLibrary.ChannelPool
 - 
getUsedCount
public int getUsedCount()- Specified by:
 getUsedCountin interfaceLibrary.ChannelPool
 
 -