Package | Description |
---|---|
net.minecraft.client.audio | |
net.minecraftforge.client.event.sound |
Modifier and Type | Field and Description |
---|---|
private SoundSource |
ChannelManager.Entry.source |
Modifier and Type | Field and Description |
---|---|
private java.util.Set<SoundSource> |
SoundSystem.HandlerImpl.field_216401_b |
Modifier and Type | Method and Description |
---|---|
(package private) static SoundSource |
SoundSource.allocateNewSource() |
SoundSource |
SoundSystem.HandlerImpl.getSource() |
SoundSource |
SoundSystem.IHandler.getSource() |
SoundSource |
SoundSystem.getSource(SoundSystem.Mode soundMode) |
Modifier and Type | Method and Description |
---|---|
boolean |
SoundSystem.HandlerImpl.func_216396_a(SoundSource source) |
boolean |
SoundSystem.IHandler.func_216396_a(SoundSource source) |
void |
SoundSystem.release(SoundSource source) |
Modifier and Type | Method and Description |
---|---|
void |
ChannelManager.func_217897_a(java.util.function.Consumer<java.util.stream.Stream<SoundSource>> p_217897_1_) |
void |
ChannelManager.Entry.runOnSoundExecutor(java.util.function.Consumer<SoundSource> p_217888_1_) |
Modifier and Type | Field and Description |
---|---|
private SoundSource |
SoundEvent.SoundSourceEvent.source |
Modifier and Type | Method and Description |
---|---|
SoundSource |
SoundEvent.SoundSourceEvent.getSource() |
Constructor and Description |
---|
PlaySoundSourceEvent(SoundEngine manager,
ISound sound,
SoundSource source) |
PlayStreamingSourceEvent(SoundEngine manager,
ISound sound,
SoundSource source) |
SoundSourceEvent(SoundEngine manager,
ISound sound,
SoundSource source) |