Class EaglercraftSoundManager.ActiveSoundEvent

  • Enclosing class:
    EaglercraftSoundManager

    protected static class EaglercraftSoundManager.ActiveSoundEvent
    extends java.lang.Object
    • Field Detail

      • soundInstance

        protected final ISound soundInstance
      • activeX

        protected float activeX
      • activeY

        protected float activeY
      • activeZ

        protected float activeZ
      • activePitch

        protected float activePitch
      • activeGain

        protected float activeGain
      • repeatCounter

        protected int repeatCounter
      • paused

        protected boolean paused
    • Method Detail

      • updateLocation

        protected void updateLocation()