Package | Description |
---|---|
net.minecraft.client.audio | |
net.minecraft.client.gui | |
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 |
ElytraSound |
class |
GuardianSound |
class |
MovingSound |
class |
MovingSoundMinecart |
class |
MovingSoundMinecartRiding |
class |
PositionedSound |
class |
PositionedSoundRecord |
Modifier and Type | Field and Description |
---|---|
private ISound |
MusicTicker.currentMusic |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<ISound,java.lang.Integer> |
SoundManager.delayedSounds |
private java.util.Map<ISound,java.lang.String> |
SoundManager.invPlayingSounds |
private java.util.Map<java.lang.String,ISound> |
SoundManager.playingSounds |
Modifier and Type | Method and Description |
---|---|
private float |
SoundManager.getClampedPitch(ISound soundIn) |
private float |
SoundManager.getClampedVolume(ISound soundIn) |
boolean |
SoundManager.isSoundPlaying(ISound sound) |
boolean |
SoundHandler.isSoundPlaying(ISound sound) |
void |
SoundManager.playDelayedSound(ISound sound,
int delay) |
void |
SoundHandler.playDelayedSound(ISound sound,
int delay) |
void |
SoundManager.playSound(ISound p_sound) |
void |
SoundHandler.playSound(ISound sound) |
void |
ISoundEventListener.soundPlay(ISound soundIn,
SoundEventAccessor accessor) |
void |
SoundManager.stopSound(ISound sound) |
void |
SoundHandler.stopSound(ISound soundIn) |
Modifier and Type | Method and Description |
---|---|
void |
GuiSubtitleOverlay.soundPlay(ISound soundIn,
SoundEventAccessor accessor) |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<BlockPos,ISound> |
RenderGlobal.mapSoundPositions |
Modifier and Type | Method and Description |
---|---|
static ISound |
ForgeHooksClient.playSound(SoundManager manager,
ISound sound) |
Modifier and Type | Method and Description |
---|---|
static ISound |
ForgeHooksClient.playSound(SoundManager manager,
ISound sound) |
Modifier and Type | Field and Description |
---|---|
private ISound |
PlaySoundEvent.result |
private ISound |
SoundEvent.SoundSourceEvent.sound |
private ISound |
PlaySoundEvent.sound |
Modifier and Type | Method and Description |
---|---|
ISound |
PlaySoundEvent.getResultSound() |
ISound |
SoundEvent.SoundSourceEvent.getSound() |
ISound |
PlaySoundEvent.getSound() |
Modifier and Type | Method and Description |
---|---|
void |
PlaySoundEvent.setResultSound(ISound result) |
Constructor and Description |
---|
PlaySoundEvent(SoundManager manager,
ISound sound) |
PlaySoundSourceEvent(SoundManager manager,
ISound sound,
java.lang.String uuid) |
PlayStreamingSourceEvent(SoundManager manager,
ISound sound,
java.lang.String uuid) |
SoundSourceEvent(SoundManager manager,
ISound sound,
java.lang.String uuid) |