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 sound, SoundCategory category, float volume, float pitch, AbstractRandom abstractRandom, boolean bool, int int2, SoundInstance.AttenuationType attenuationType, double double2, double double3, double double4) PositionedSoundInstance(Identifier id, SoundCategory category, float volume, float pitch, AbstractRandom abstractRandom, boolean bool, int int2, SoundInstance.AttenuationType attenuationType, double double2, double double3, double double4, boolean bool2)