public abstract class TickableSound extends LocatableSound implements ITickableSound
ISound.AttenuationType| Modifier and Type | Field and Description |
|---|---|
protected boolean |
donePlaying |
attenuationType, category, global, pitch, positionedSoundLocation, priority, repeat, repeatDelay, sound, volume, x, y, z| Modifier | Constructor and Description |
|---|---|
protected |
TickableSound(SoundEvent soundIn,
SoundCategory categoryIn) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDonePlaying() |
canRepeat, createAccessor, getAttenuationType, getCategory, getPitch, getRepeatDelay, getSound, getSoundLocation, getVolume, getX, getY, getZ, isGlobalclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittickcanBeSilent, canRepeat, createAccessor, getAttenuationType, getCategory, getPitch, getRepeatDelay, getSound, getSoundLocation, getVolume, getX, getY, getZ, isGlobalprotected TickableSound(SoundEvent soundIn, SoundCategory categoryIn)
public boolean isDonePlaying()
isDonePlaying in interface ITickableSound