Package com.mojang.blaze3d.audio
Class Listener
java.lang.Object
com.mojang.blaze3d.audio.Listener
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfloatgetGain()voidreset()voidsetGain(float p_83738_) voidsetListenerOrientation(org.joml.Vector3f p_254324_, org.joml.Vector3f p_253810_) voidsetListenerPosition(Vec3 p_83740_) 
- 
Field Details- 
gainprivate float gain
- 
position
 
- 
- 
Constructor Details- 
Listenerpublic Listener()
 
- 
- 
Method Details- 
setListenerPosition
- 
getListenerPosition
- 
setListenerOrientationpublic void setListenerOrientation(org.joml.Vector3f p_254324_, org.joml.Vector3f p_253810_) 
- 
setGainpublic void setGain(float p_83738_) 
- 
getGainpublic float getGain()
- 
resetpublic void reset()
 
-