History - net.minecraft.client.sound.AbstractSoundInstance
26.3-snapshot-3
Names
Fields
Constructors
Methods
26.3-snapshot-2
Names
Fields
Constructors
Methods
26.3-snapshot-1
Names
Fields
Constructors
Methods
26.2
Names
Fields
Constructors
Methods
26.1.2
Names
Fields
Constructors
Methods
26.1.1
Names
Fields
Constructors
Methods
26.1
Names
Fields
Constructors
Methods
1.21.11_unobfuscated
Names
net.minecraft.client.resources.sounds.AbstractSoundInstance
net.minecraft.class_1102
net.minecraft.client.sound.AbstractSoundInstance
Fields
Sound: sound, field_5444, sound
SoundCategory: source, field_5447, category
Identifier: identifier, field_5448, id
float: volume, field_5442, volume
float: pitch, field_5441, pitch
double: x, field_5439, x
double: y, field_5450, y
double: z, field_5449, z
boolean: looping, field_5446, repeat
int: delay, field_5451, repeatDelay
SoundInstance$AttenuationType: attenuation, field_5440, attenuationType
boolean: relative, field_18936, relative
Random: random, field_38800, random
Constructors
(SoundEvent, SoundCategory, Random)
(Identifier, SoundCategory, Random)
Methods
Identifier (): getIdentifier, method_4775, getId
WeightedSoundSet (SoundManager): resolve, method_4783, getSoundSet
Sound (): getSound, method_4776, getSound
SoundCategory (): getSource, method_4774, getCategory
boolean (): isLooping, method_4786, isRepeatable
int (): getDelay, method_4780, getRepeatDelay
float (): getVolume, method_4781, getVolume
float (): getPitch, method_4782, getPitch
double (): getX, method_4784, getX
double (): getY, method_4779, getY
double (): getZ, method_4778, getZ
SoundInstance$AttenuationType (): getAttenuation, method_4777, getAttenuationType
boolean (): isRelative, method_4787, isRelative