Uses of Enum Class
net.minecraft.client.resources.sounds.SoundInstance.Attenuation
Packages that use SoundInstance.Attenuation
-
Uses of SoundInstance.Attenuation in net.minecraft.client.resources.sounds
Fields in net.minecraft.client.resources.sounds declared as SoundInstance.AttenuationModifier and TypeFieldDescriptionprotected SoundInstance.Attenuation
AbstractSoundInstance.attenuation
Methods in net.minecraft.client.resources.sounds that return SoundInstance.AttenuationModifier 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.Constructors in net.minecraft.client.resources.sounds with parameters of type SoundInstance.AttenuationModifierConstructorDescriptionSimpleSoundInstance
(ResourceLocation pLocation, SoundSource pSource, float pVolume, float pPitch, RandomSource pRandom, boolean pLooping, int pDelay, SoundInstance.Attenuation pAttenuation, double pX, double pY, double pZ, boolean pRelative) private
SimpleSoundInstance
(SoundEvent pSoundEvent, SoundSource pSource, float pVolume, float pPitch, RandomSource pRandom, boolean pLooping, int pDelay, SoundInstance.Attenuation pAttenuation, double pX, double pY, double pZ)