类 BeeSoundInstance

所有已实现的接口:
SoundInstance, TickableSoundInstance
直接已知子类:
BeeAggressiveSoundInstance, BeeFlyingSoundInstance

public abstract class BeeSoundInstance extends AbstractTickableSoundInstance
  • 字段详细资料

    • VOLUME_MIN

      private static final float VOLUME_MIN
      另请参阅:
    • VOLUME_MAX

      private static final float VOLUME_MAX
      另请参阅:
    • PITCH_MIN

      private static final float PITCH_MIN
      另请参阅:
    • bee

      protected final Bee bee
    • hasSwitched

      private boolean hasSwitched
  • 构造器详细资料

  • 方法详细资料

    • tick

      public void tick()
    • getMinPitch

      private float getMinPitch()
    • getMaxPitch

      private float getMaxPitch()
    • canStartSilent

      public boolean canStartSilent()
    • canPlaySound

      public boolean canPlaySound()
    • getAlternativeSoundInstance

      protected abstract AbstractTickableSoundInstance getAlternativeSoundInstance()
    • shouldSwitchSounds

      protected abstract boolean shouldSwitchSounds()