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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionacquire()
void
cleanup()
int
int
boolean
release
(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:
acquire
in interfaceSoundSystem.IHandler
-
release
- Specified by:
release
in interfaceSoundSystem.IHandler
-
cleanup
public void cleanup()- Specified by:
cleanup
in interfaceSoundSystem.IHandler
-
getMaxCount
public int getMaxCount()- Specified by:
getMaxCount
in interfaceSoundSystem.IHandler
-
getUsedCount
public int getUsedCount()- Specified by:
getUsedCount
in interfaceSoundSystem.IHandler
-