net.minecraft.client.sound.instance

public abstract class AbstractSoundInstance

implements SoundInstance

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

Field summary

Modifier and TypeField
protected Sound
a
f_18657746
sound
private SoundPool
l
f_72255000
pool
protected SoundCategory
b
f_34829325
category
protected Identifier
c
f_87778289
location
protected float
d
f_63212442
volume
protected float
e
f_79802412
pitch
protected float
f
f_61674111
x
protected float
g
f_74261098
y
protected float
h
f_57751928
z
protected boolean
i
f_44183582
looping
protected int
j
f_26422518
period
protected SoundInstance$Attenuation
k
f_77504959
attenuation

Constructor summary

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

Method summary

Modifier and TypeMethod
public Identifier
a()
m_45862396()
getLocation()
public SoundPool
a(ccp arg0)
m_09009889(C_95503740 arg0)
resolve(SoundManager arg0)
public Sound
b()
m_56870413()
getSound()
public SoundCategory
c()
m_87339866()
getCategory()
public boolean
d()
m_45462145()
isLooping()
public int
e()
m_98315263()
getPeriod()
public float
f()
m_92241271()
getVolume()
public float
g()
m_58504185()
getPitch()
public float
h()
m_25912748()
getX()
public float
i()
m_37489221()
getY()
public float
j()
m_34342839()
getZ()
public SoundInstance$Attenuation
k()
m_85273192()
getAttenuationType()