public abstract class TickableSound extends LocatableSound implements ITickableSound
ISound.AttenuationType
修飾子とタイプ | フィールドと説明 |
---|---|
protected boolean |
donePlaying |
attenuationType, category, global, pitch, positionedSoundLocation, priority, repeat, repeatDelay, sound, volume, x, y, z
修飾子 | コンストラクタと説明 |
---|---|
protected |
TickableSound(SoundEvent soundIn,
SoundCategory categoryIn) |
修飾子とタイプ | メソッドと説明 |
---|---|
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
インタフェース内 ITickableSound