public abstract class BeeSound extends TickableSound
ISound.AttenuationType
Modifier and Type | Field and Description |
---|---|
protected BeeEntity |
field_229357_o_ |
private boolean |
field_229358_p_ |
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_() |
private float |
getMaxPitch() |
private float |
getMinPitch() |
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_
private boolean field_229358_p_
public BeeSound(BeeEntity p_i226060_1_, SoundEvent p_i226060_2_, SoundCategory p_i226060_3_)
public void tick()
private float getMinPitch()
private float getMaxPitch()
public boolean canBeSilent()
protected abstract TickableSound func_225642_o_()
protected abstract boolean func_225643_p_()