net.minecraft.client.sound.instance

public abstract class AbstractSoundInstance

implements SoundInstance

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

Field summary

Modifier and TypeField
protected final Identifier
a
field_8135
location
positionedSoundLocation
protected float
b
field_8136
volume
volume
protected float
c
field_8137
pitch
pitch
protected float
d
field_8138
x
xPosF
protected float
e
field_8139
y
yPosF
protected float
f
field_8140
z
zPosF
protected boolean
g
field_8141
looping
repeat
protected int
h
field_8142
period
repeatDelay
protected SoundInstance__Attenuation
i
field_8143
attenuation
attenuationType

Constructor summary

ModifierConstructor
protected (Identifier location)

Method summary

Modifier and TypeMethod
public Identifier
b()
method_7073()
getLocation()
getSoundLocation()
public boolean
c()
method_7074()
isLooping()
canRepeat()
public int
d()
method_7075()
getPeriod()
getRepeatDelay()
public float
e()
method_7076()
getVolume()
getVolume()
public float
f()
method_7077()
getPitch()
getPitch()
public float
g()
method_7078()
getX()
getXPosF()
public float
h()
method_7079()
getY()
getYPosF()
public float
i()
method_7080()
getZ()
getZPosF()
public SoundInstance__Attenuation
j()
method_7081()
getAttenuationType()
getAttenuationType()