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, Random random, boolean repeat, int repeatDelay, SoundInstance.AttenuationType attenuationType, double x, double y, double z) PositionedSoundInstance(Identifier id, SoundCategory category, float volume, float pitch, Random random, boolean repeat, int repeatDelay, SoundInstance.AttenuationType attenuationType, double x, double y, double z, boolean relative)