net.minecraft.client.resources.sounds

public abstract class AbstractSoundInstance

implements SoundInstance

hrh
net.minecraft.client.resources.sounds.AbstractSoundInstance
net.minecraft.class_1102

Field summary

Modifier and TypeField
protected Sound
a
sound
field_5444
protected final SoundSource
b
source
field_5447
protected final ResourceLocation
c
location
field_5448
protected float
d
volume
field_5442
protected float
e
pitch
field_5441
protected double
f
x
field_5439
protected double
g
y
field_5450
protected double
h
z
field_5449
protected boolean
i
looping
field_5446
protected int
j
delay
field_5451
protected SoundInstance$Attenuation
k
attenuation
field_5440
protected boolean
l
relative
field_18936
protected RandomSource
m
random
field_38800

Constructor summary

ModifierConstructor
protected (SoundEvent arg0, SoundSource arg1, RandomSource arg2)
protected (ResourceLocation arg0, SoundSource arg1, RandomSource arg2)

Method summary

Modifier and TypeMethod
public ResourceLocation
a()
getLocation()
method_4775()
public WeighedSoundEvents
a(htg arg0)
resolve(SoundManager arg0)
method_4783(class_1144 arg0)
public Sound
b()
getSound()
method_4776()
public SoundSource
c()
getSource()
method_4774()
public boolean
d()
isLooping()
method_4786()
public int
e()
getDelay()
method_4780()
public float
f()
getVolume()
method_4781()
public float
g()
getPitch()
method_4782()
public double
h()
getX()
method_4784()
public double
i()
getY()
method_4779()
public double
j()
getZ()
method_4778()
public SoundInstance$Attenuation
k()
getAttenuation()
method_4777()
public boolean
l()
isRelative()
method_4787()