类 Listener
java.lang.Object
com.mojang.blaze3d.audio.Listener
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明float
getGain()
void
reset()
void
setGain
(float p_83738_) void
setTransform
(ListenerTransform p_312167_)
-
字段详细资料
-
gain
private float gain -
transform
-
-
构造器详细资料
-
Listener
public Listener()
-
-
方法详细资料
-
setTransform
-
setGain
public void setGain(float p_83738_) -
getGain
public float getGain() -
reset
public void reset() -
getTransform
-