Package net.minecraft.client.audio
Class SoundSystem
java.lang.Object
net.minecraft.client.audio.SoundSystem
-
Nested Class Summary
Modifier and TypeClassDescription(package private) static class
(package private) static interface
static enum
-
Field Summary
Modifier and TypeFieldDescriptionprivate long
private long
private static final SoundSystem.IHandler
private final Listener
private static final org.apache.logging.log4j.Logger
private SoundSystem.IHandler
private SoundSystem.IHandler
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionacquireChannel
(SoundSystem.Mode p_216403_1_) void
cleanup()
private int
void
init()
void
releaseChannel
(SoundSource p_216408_1_) private static long
-
Field Details
-
LOGGER
private static final org.apache.logging.log4j.Logger LOGGER -
device
private long device -
context
private long context -
EMPTY
-
staticChannels
-
streamingChannels
-
listener
-
-
Constructor Details
-
SoundSystem
public SoundSystem()
-
-
Method Details
-
init
public void init() -
getChannelCount
private int getChannelCount() -
tryOpenDevice
private static long tryOpenDevice() -
cleanup
public void cleanup() -
getListener
-
acquireChannel
-
releaseChannel
-
getDebugString
-