Uses of Enum Class
net.minecraft.client.sound.SoundInstance.AttenuationType
Packages that use SoundInstance.AttenuationType
-
Uses of SoundInstance.AttenuationType in net.minecraft.client.sound
Fields in net.minecraft.client.sound declared as SoundInstance.AttenuationTypeModifier and TypeFieldDescriptionprotected SoundInstance.AttenuationTypeAbstractSoundInstance.attenuationTypeMethods in net.minecraft.client.sound that return SoundInstance.AttenuationTypeModifier and TypeMethodDescriptionAbstractSoundInstance.getAttenuationType()SoundInstance.getAttenuationType()Returns the enum constant of this class with the specified name.static SoundInstance.AttenuationType[]SoundInstance.AttenuationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.client.sound with parameters of type SoundInstance.AttenuationTypeModifierConstructorDescriptionprivatePositionedSoundInstance(SoundEvent soundEvent, SoundCategory soundCategory, float float2, float float3, boolean bool, int int2, SoundInstance.AttenuationType attenuationType, float float4, float float5, float float6) PositionedSoundInstance(Identifier identifier, SoundCategory soundCategory, float float2, float float3, boolean bool, int int2, SoundInstance.AttenuationType attenuationType, float float4, float float5, float float6)