static class SoundSystem.HandlerImpl extends java.lang.Object implements SoundSystem.IHandler
| Modifier and Type | Field and Description |
|---|---|
private int |
field_216400_a |
private java.util.Set<SoundSource> |
field_216401_b |
| Constructor and Description |
|---|
HandlerImpl(int p_i50804_1_) |
| Modifier and Type | Method and Description |
|---|---|
int |
func_216395_c() |
boolean |
func_216396_a(SoundSource source) |
int |
func_216397_d() |
void |
func_216399_b() |
SoundSource |
getSource() |
private final int field_216400_a
private final java.util.Set<SoundSource> field_216401_b
@Nullable public SoundSource getSource()
getSource in interface SoundSystem.IHandlerpublic boolean func_216396_a(SoundSource source)
func_216396_a in interface SoundSystem.IHandlerpublic void func_216399_b()
func_216399_b in interface SoundSystem.IHandlerpublic int func_216395_c()
func_216395_c in interface SoundSystem.IHandlerpublic int func_216397_d()
func_216397_d in interface SoundSystem.IHandler