public abstract class MovingSound extends AbstractSound implements ITickableSound
ISound.AttenuationType| Modifier and Type | Field and Description |
|---|---|
protected boolean |
donePlaying |
attenuationType, category, pitch, positionedSoundLocation, priority, repeat, repeatDelay, sound, volume, x, y, z| 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, getX, getY, getZ, isPriorityclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanBeSilent, canRepeat, createAccessor, getAttenuationType, getCategory, getPitch, getRepeatDelay, getSound, getSoundLocation, getVolume, getX, getY, getZ, isPriorityprotected MovingSound(SoundEvent soundIn, SoundCategory categoryIn)
public boolean isDonePlaying()
isDonePlaying in interface ITickableSound