Package fmod.fmod

Class BaseSoundListener

java.lang.Object
fmod.fmod.BaseSoundListener
Direct Known Subclasses:
DummySoundListener, SoundListener

public abstract class BaseSoundListener
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    int index  
    float x  
    float y  
    float z  
  • Constructor Summary

    Constructors
    Constructor Description
    BaseSoundListener​(int index)  
  • Method Summary

    Modifier and Type Method Description
    void setPos​(float x, float y, float z)  
    abstract void tick()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • index

      public int index
    • x

      public float x
    • y

      public float y
    • z

      public float z
  • Constructor Details

    • BaseSoundListener

      public BaseSoundListener​(int index)
  • Method Details

    • setPos

      public void setPos​(float x, float y, float z)
    • tick

      public abstract void tick()