Package | Description |
---|---|
net.minecraft.client.audio | |
net.minecraft.client.gui.overlay | |
net.minecraft.client.renderer | |
net.minecraftforge.client | |
net.minecraftforge.client.event.sound |
Modifier and Type | Interface and Description |
---|---|
interface |
ITickableSound |
Modifier and Type | Class and Description |
---|---|
class |
BeeAngrySound |
class |
BeeFlightSound |
class |
BeeSound |
class |
ElytraSound |
class |
EntityTickableSound |
class |
GuardianSound |
class |
LocatableSound |
class |
MinecartTickableSound |
class |
RidingMinecartTickableSound |
class |
SimpleSound |
class |
TickableSound |
static class |
UnderwaterAmbientSounds.SubSound |
static class |
UnderwaterAmbientSounds.UnderWaterSound |
Modifier and Type | Field and Description |
---|---|
private ISound |
MusicTicker.currentMusic |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<ISound,java.lang.Integer> |
SoundEngine.delayedSounds |
private com.google.common.collect.Multimap<SoundCategory,ISound> |
SoundEngine.field_217943_n |
private java.util.Map<ISound,ChannelManager.Entry> |
SoundEngine.playingSoundsChannel |
private java.util.Map<ISound,java.lang.Integer> |
SoundEngine.playingSoundsStopTime |
Modifier and Type | Method and Description |
---|---|
private float |
SoundEngine.getClampedPitch(ISound soundIn) |
private float |
SoundEngine.getClampedVolume(ISound soundIn) |
boolean |
SoundEngine.isPlaying(ISound soundIn) |
boolean |
SoundHandler.isPlaying(ISound p_215294_1_) |
void |
ISoundEventListener.onPlaySound(ISound soundIn,
SoundEventAccessor accessor) |
void |
SoundEngine.play(ISound p_sound) |
void |
SoundHandler.play(ISound sound) |
void |
SoundEngine.playDelayed(ISound sound,
int delay) |
void |
SoundHandler.playDelayed(ISound sound,
int delay) |
void |
SoundEngine.stop(ISound sound) |
void |
SoundHandler.stop(ISound soundIn) |
Modifier and Type | Method and Description |
---|---|
void |
SubtitleOverlayGui.onPlaySound(ISound soundIn,
SoundEventAccessor accessor) |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<BlockPos,ISound> |
WorldRenderer.mapSoundPositions |
Modifier and Type | Method and Description |
---|---|
static ISound |
ForgeHooksClient.playSound(SoundEngine manager,
ISound sound) |
Modifier and Type | Method and Description |
---|---|
static ISound |
ForgeHooksClient.playSound(SoundEngine manager,
ISound sound) |
Modifier and Type | Field and Description |
---|---|
private ISound |
PlaySoundEvent.result |
private ISound |
PlaySoundEvent.sound |
private ISound |
SoundEvent.SoundSourceEvent.sound |
Modifier and Type | Method and Description |
---|---|
ISound |
PlaySoundEvent.getResultSound() |
ISound |
PlaySoundEvent.getSound() |
ISound |
SoundEvent.SoundSourceEvent.getSound() |
Modifier and Type | Method and Description |
---|---|
void |
PlaySoundEvent.setResultSound(ISound result) |
Constructor and Description |
---|
PlaySoundEvent(SoundEngine manager,
ISound sound) |
PlaySoundSourceEvent(SoundEngine manager,
ISound sound,
SoundSource source) |
PlayStreamingSourceEvent(SoundEngine manager,
ISound sound,
SoundSource source) |
SoundSourceEvent(SoundEngine manager,
ISound sound,
SoundSource source) |