public class SoundSystem
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
(package private) static class |
SoundSystem.HandlerImpl |
(package private) static interface |
SoundSystem.IHandler |
static class |
SoundSystem.Mode |
Modifier and Type | Field and Description |
---|---|
private static SoundSystem.IHandler |
DUMMY_HANDLER |
private long |
field_216411_b |
private long |
field_216412_c |
private Listener |
field_216416_g |
private static org.apache.logging.log4j.Logger |
LOGGER |
private SoundSystem.IHandler |
staticHandler |
private SoundSystem.IHandler |
streamingHandler |
Constructor and Description |
---|
SoundSystem() |
Modifier and Type | Method and Description |
---|---|
void |
func_216404_a() |
private int |
func_216405_e() |
private static long |
func_216406_f() |
void |
func_216409_b() |
java.lang.String |
getDebugString() |
Listener |
getListener() |
SoundSource |
getSource(SoundSystem.Mode soundMode) |
void |
release(SoundSource source) |
private static final org.apache.logging.log4j.Logger LOGGER
private long field_216411_b
private long field_216412_c
private static final SoundSystem.IHandler DUMMY_HANDLER
private SoundSystem.IHandler staticHandler
private SoundSystem.IHandler streamingHandler
private final Listener field_216416_g
public void func_216404_a()
private int func_216405_e()
private static long func_216406_f()
public void func_216409_b()
public Listener getListener()
@Nullable public SoundSource getSource(SoundSystem.Mode soundMode)
public void release(SoundSource source)
public java.lang.String getDebugString()