Package net.minecraft.client.audio
Class Listener
- java.lang.Object
-
- net.minecraft.client.audio.Listener
-
public class Listener extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Listener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getGain()
Vector3d
getListenerPosition()
void
reset()
void
setGain(float p_216466_1_)
void
setListenerOrientation(Vector3f p_227580_1_, Vector3f p_227580_2_)
void
setListenerPosition(Vector3d p_216465_1_)
-
-
-
Field Detail
-
gain
private float gain
-
position
private Vector3d position
-
-
Method Detail
-
setListenerPosition
public void setListenerPosition(Vector3d p_216465_1_)
-
getListenerPosition
public Vector3d getListenerPosition()
-
setListenerOrientation
public void setListenerOrientation(Vector3f p_227580_1_, Vector3f p_227580_2_)
-
setGain
public void setGain(float p_216466_1_)
-
getGain
public float getGain()
-
reset
public void reset()
-
-