public class AirCurrentSound
extends net.minecraft.client.audio.TickableSound
| Modifier | Constructor and Description |
|---|---|
protected |
AirCurrentSound(net.minecraft.util.SoundEvent p_i46532_1_,
float pitch) |
| Modifier and Type | Method and Description |
|---|---|
void |
fadeIn(float maxVolume) |
void |
fadeOut() |
float |
getPitch() |
boolean |
isFaded() |
void |
setPitch(float pitch) |
void |
stopSound() |
void |
tick() |
getAttenuation, getDelay, getLocation, getSound, getSource, getVolume, getX, getY, getZ, isLooping, isRelative, resolve, toStringprotected AirCurrentSound(net.minecraft.util.SoundEvent p_i46532_1_,
float pitch)
public void tick()
public void setPitch(float pitch)
public void fadeIn(float maxVolume)
public void fadeOut()
public boolean isFaded()
public float getPitch()
getPitch in interface net.minecraft.client.audio.ISoundgetPitch in class net.minecraft.client.audio.LocatableSoundpublic void stopSound()