Package net.minecraft.client.audio
Class Listener
java.lang.Object
net.minecraft.client.audio.Listener
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfloat
getGain()
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 Details
-
gain
private float gain -
position
-
-
Constructor Details
-
Listener
public Listener()
-
-
Method Details
-
setListenerPosition
-
getListenerPosition
-
setListenerOrientation
-
setGain
public void setGain(float p_216466_1_) -
getGain
public float getGain() -
reset
public void reset()
-