public abstract class MovingSound extends PositionedSound implements ITickableSound
ISound.AttenuationType| Modifier and Type | Field and Description | 
|---|---|
| protected boolean | donePlaying | 
attenuationType, category, pitch, positionedSoundLocation, repeat, repeatDelay, sound, volume, xPosF, yPosF, zPosF| Modifier | Constructor and Description | 
|---|---|
| protected  | MovingSound(SoundEvent soundIn,
           SoundCategory categoryIn) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | isDonePlaying() | 
canRepeat, createAccessor, getAttenuationType, getCategory, getPitch, getRepeatDelay, getSound, getSoundLocation, getVolume, getXPosF, getYPosF, getZPosFclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanRepeat, createAccessor, getAttenuationType, getCategory, getPitch, getRepeatDelay, getSound, getSoundLocation, getVolume, getXPosF, getYPosF, getZPosFprotected MovingSound(SoundEvent soundIn, SoundCategory categoryIn)
public boolean isDonePlaying()
isDonePlaying in interface ITickableSound