public abstract class BeeSound extends TickableSound
ISound.AttenuationType| Modifier and Type | Field and Description |
|---|---|
protected BeeEntity |
field_229357_o_ |
private boolean |
field_229358_p_ |
donePlayingattenuationType, 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() |
isDonePlayingcanRepeat, createAccessor, getAttenuationType, getCategory, getPitch, getRepeatDelay, getSound, getSoundLocation, getVolume, getX, getY, getZ, isGlobalclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanRepeat, createAccessor, getAttenuationType, getCategory, getPitch, getRepeatDelay, getSound, getSoundLocation, getVolume, getX, getY, getZ, isGlobalprotected 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_()