Uses of Enum Class
net.minecraft.client.resources.sounds.SoundInstance.Attenuation
-
Uses of SoundInstance.Attenuation in net.minecraft.client.resources.sounds
Modifier and TypeFieldDescriptionprotected SoundInstance.Attenuation
AbstractSoundInstance.attenuation
Modifier and TypeMethodDescriptionAbstractSoundInstance.getAttenuation()
SoundInstance.getAttenuation()
static SoundInstance.Attenuation
Returns the enum constant of this class with the specified name.static SoundInstance.Attenuation[]
SoundInstance.Attenuation.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionSimpleSoundInstance
(ResourceLocation p_119734_, SoundSource p_119735_, float p_119736_, float p_119737_, boolean p_119738_, int p_119739_, SoundInstance.Attenuation p_119740_, double p_119741_, double p_119742_, double p_119743_, boolean p_119744_) private
SimpleSoundInstance
(SoundEvent p_119723_, SoundSource p_119724_, float p_119725_, float p_119726_, boolean p_119727_, int p_119728_, SoundInstance.Attenuation p_119729_, double p_119730_, double p_119731_, double p_119732_)