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:
acquire
in interfaceLibrary.ChannelPool
-
release
- Specified by:
release
in interfaceLibrary.ChannelPool
-
cleanup
public void cleanup()- Specified by:
cleanup
in interfaceLibrary.ChannelPool
-
getMaxCount
public int getMaxCount()- Specified by:
getMaxCount
in interfaceLibrary.ChannelPool
-
getUsedCount
public int getUsedCount()- Specified by:
getUsedCount
in interfaceLibrary.ChannelPool
-