net.minecraft.client.sound.instance

public abstract class AbstractSoundInstance

implements SoundInstance

dfk
net.minecraft.unmapped.C_75661129
net.minecraft.client.sound.instance.AbstractSoundInstance
net.minecraft.client.audio.AbstractSound

Field summary

Modifier and TypeField
protected Sound
a
f_18657746
sound
field_184367_a
private SoundPool
m
f_31001846
pool
field_184369_l
protected SoundCategory
b
f_34829325
category
field_184368_b
protected Identifier
c
f_72255000
location
field_147664_a
protected float
d
f_79802412
pitch
field_147662_b
protected float
e
f_63212442
volume
field_147663_c
protected float
f
f_61674111
x
field_147660_d
protected float
g
f_74261098
y
field_147661_e
protected float
h
f_57751928
z
field_147658_f
protected boolean
i
f_44183582
looping
field_147659_g
protected int
j
f_26422518
period
field_147665_h
protected SoundInstance$Attenuation
k
f_77504959
attenuation
field_147666_i
protected boolean
l
f_45194620
relative
field_204201_l

Constructor summary

ModifierConstructor
protected (SoundEvent sound, SoundCategory category)
protected (Identifier location, SoundCategory category)

Method summary

Modifier and TypeMethod
public Identifier
a()
m_45862396()
getLocation()
func_147650_b()
public SoundPool
a(dgs arg0)
m_09009889(C_95503740 arg0)
resolve(SoundManager arg0)
func_184366_a(SoundHandler arg0)
public Sound
b()
m_56870413()
getSound()
func_184364_b()
public SoundCategory
c()
m_87339866()
getCategory()
func_184365_d()
public boolean
d()
m_45462145()
isLooping()
func_147657_c()
public int
e()
m_98315263()
getPeriod()
func_147652_d()
public float
f()
m_92241271()
getVolume()
func_147653_e()
public float
g()
m_58504185()
getPitch()
func_147655_f()
public float
h()
m_25912748()
getX()
func_147649_g()
public float
i()
m_37489221()
getY()
func_147654_h()
public float
j()
m_34342839()
getZ()
func_147651_i()
public SoundInstance$Attenuation
k()
m_85273192()
getAttenuationType()
func_147656_j()
public boolean
l()
m_79227408()
isRelative()
func_204200_l()