net.minecraft.client.sound.instance

public abstract class AbstractSoundInstance

implements SoundInstance

bpa
net.minecraft.unmapped.C_75661129
net.minecraft.client.sound.instance.AbstractSoundInstance

Field summary

Modifier and TypeField
protected final Identifier
a
f_87778289
location
protected float
b
f_63212442
volume
protected float
c
f_79802412
pitch
protected float
d
f_61674111
x
protected float
e
f_74261098
y
protected float
f
f_57751928
z
protected boolean
g
f_44183582
looping
protected int
h
f_26422518
period
protected SoundInstance$Attenuation
i
f_77504959
attenuation

Constructor summary

ModifierConstructor
protected (Identifier location)

Method summary

Modifier and TypeMethod
public Identifier
a()
m_45862396()
getLocation()
public boolean
b()
m_45462145()
isLooping()
public int
d()
m_98315263()
getPeriod()
public float
e()
m_92241271()
getVolume()
public float
f()
m_58504185()
getPitch()
public float
g()
m_25912748()
getX()
public float
h()
m_37489221()
getY()
public float
i()
m_34342839()
getZ()
public SoundInstance$Attenuation
j()
m_85273192()
getAttenuationType()