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, isGlobal
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
tick
canBeSilent, canRepeat, createAccessor, getAttenuationType, getCategory, getPitch, getRepeatDelay, getSound, getSoundLocation, getVolume, getX, getY, getZ, isGlobal
protected TickableSound(SoundEvent soundIn, SoundCategory categoryIn)
public boolean isDonePlaying()
isDonePlaying
in interface ITickableSound