net.minecraft.client.resources.sounds

public abstract class AbstractSoundInstance

implements SoundInstance

heq
net.minecraft.client.resources.sounds.AbstractSoundInstance
net.minecraft.class_1102
net.minecraft.client.sound.AbstractSoundInstance

Field summary

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

Constructor summary

ModifierConstructor
protected (SoundEvent sound, SoundSource category, RandomSource random)
protected (ResourceLocation soundId, SoundSource category, RandomSource random)

Method summary

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