public abstract class BeeSound extends TickableSound
ISound.AttenuationType
Modifier and Type | Field and Description |
---|---|
protected BeeEntity |
field_229357_o_ |
donePlaying
attenuationType, category, global, pitch, positionedSoundLocation, priority, repeat, repeatDelay, sound, volume, x, y, z
Constructor and Description |
---|
BeeSound(BeeEntity p_i226060_1_,
SoundEvent p_i226060_2_,
SoundCategory p_i226060_3_) |
Modifier and Type | Method and Description |
---|---|
boolean |
canBeSilent() |
protected abstract TickableSound |
func_225642_o_() |
protected abstract boolean |
func_225643_p_() |
void |
tick() |
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
canRepeat, createAccessor, getAttenuationType, getCategory, getPitch, getRepeatDelay, getSound, getSoundLocation, getVolume, getX, getY, getZ, isGlobal
protected final BeeEntity field_229357_o_
public BeeSound(BeeEntity p_i226060_1_, SoundEvent p_i226060_2_, SoundCategory p_i226060_3_)
public void tick()
public boolean canBeSilent()
protected abstract TickableSound func_225642_o_()
protected abstract boolean func_225643_p_()