类 Listener

java.lang.Object
com.mojang.blaze3d.audio.Listener

public class Listener extends Object
  • 字段详细资料

    • gain

      private float gain
    • position

      private Vec3 position
  • 构造器详细资料

    • Listener

      public Listener()
  • 方法详细资料

    • setListenerPosition

      public void setListenerPosition(Vec3 pPosition)
    • getListenerPosition

      public Vec3 getListenerPosition()
    • setListenerOrientation

      public void setListenerOrientation(org.joml.Vector3f pClientViewVector, org.joml.Vector3f pViewVectorRaised)
    • setGain

      public void setGain(float pGain)
    • getGain

      public float getGain()
    • reset

      public void reset()