类 Library.CountingChannelPool
java.lang.Object
com.mojang.blaze3d.audio.Library.CountingChannelPool
- 所有已实现的接口:
Library.ChannelPool
- 封闭类:
Library
-
字段详细资料
-
limit
private final int limit -
activeChannels
-
-
构造器详细资料
-
CountingChannelPool
public CountingChannelPool(int p_83716_)
-
-
方法详细资料
-
acquire
- 指定者:
acquire
在接口中Library.ChannelPool
-
release
- 指定者:
release
在接口中Library.ChannelPool
-
cleanup
public void cleanup()- 指定者:
cleanup
在接口中Library.ChannelPool
-
getMaxCount
public int getMaxCount()- 指定者:
getMaxCount
在接口中Library.ChannelPool
-
getUsedCount
public int getUsedCount()- 指定者:
getUsedCount
在接口中Library.ChannelPool
-