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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionacquire()voidcleanup()intintbooleanrelease(SoundSource p_216396_1_)
-
Field Details
-
limit
private final int limit -
activeChannels
-
-
Constructor Details
-
HandlerImpl
public HandlerImpl(int p_i50804_1_)
-
-
Method Details
-
acquire
- Specified by:
acquirein interfaceSoundSystem.IHandler
-
release
- Specified by:
releasein interfaceSoundSystem.IHandler
-
cleanup
public void cleanup()- Specified by:
cleanupin interfaceSoundSystem.IHandler
-
getMaxCount
public int getMaxCount()- Specified by:
getMaxCountin interfaceSoundSystem.IHandler
-
getUsedCount
public int getUsedCount()- Specified by:
getUsedCountin interfaceSoundSystem.IHandler
-