net.minecraft.client.sound.instance

public abstract class AbstractSoundInstance

implements SoundInstance

cgj
net.minecraft.class_1891
net.minecraft.client.sound.instance.AbstractSoundInstance
net.minecraft.client.audio.PositionedSound
net.minecraft.client.audio.PositionedSound

Field summary

Modifier and TypeField
protected Sound
a
field_13678
sound
field_184367_a
sound
private SoundPool
l
field_13680
pool
field_184369_l
soundEvent
protected SoundCategory
b
field_13679
category
field_184368_b
category
protected Identifier
c
field_8135
location
field_147664_a
positionedSoundLocation
protected float
d
field_8136
pitch
field_147662_b
volume
protected float
e
field_8137
volume
field_147663_c
pitch
protected float
f
field_8138
x
field_147660_d
xPosF
protected float
g
field_8139
y
field_147661_e
yPosF
protected float
h
field_8140
z
field_147658_f
zPosF
protected boolean
i
field_8141
looping
field_147659_g
repeat
protected int
j
field_8142
period
field_147665_h
repeatDelay
protected SoundInstance$Attenuation
k
field_8143
attenuation
field_147666_i
attenuationType

Constructor summary

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

Method summary

Modifier and TypeMethod
public Identifier
a()
method_7073()
getLocation()
func_147650_b()
getSoundLocation()
public SoundPool
a(cho arg0)
method_12532(class_1909 arg0)
resolve(SoundManager arg0)
func_184366_a(SoundHandler arg0)
createAccessor(SoundHandler arg0)
public Sound
b()
method_12533()
getSound()
func_184364_b()
getSound()
public SoundCategory
c()
method_12534()
getCategory()
func_184365_d()
getCategory()
public boolean
d()
method_7074()
isLooping()
func_147657_c()
canRepeat()
public int
f()
method_7075()
getPeriod()
func_147652_d()
getRepeatDelay()
public float
g()
method_7076()
getVolume()
func_147653_e()
getVolume()
public float
h()
method_7077()
getPitch()
func_147655_f()
getPitch()
public float
i()
method_7078()
getX()
func_147649_g()
getXPosF()
public float
j()
method_7079()
getY()
func_147654_h()
getYPosF()
public float
k()
method_7080()
getZ()
func_147651_i()
getZPosF()
public SoundInstance$Attenuation
l()
method_7081()
getAttenuationType()
func_147656_j()
getAttenuationType()