Uses of Class
net.minecraft.client.sound.SoundInstance.AttenuationType
| Package | Description |
|---|---|
| net.minecraft.client.sound |
-
Uses of SoundInstance.AttenuationType in net.minecraft.client.sound
Fields in net.minecraft.client.sound declared as SoundInstance.AttenuationType Modifier and Type Field Description protected SoundInstance.AttenuationTypeAbstractSoundInstance. attenuationTypeMethods in net.minecraft.client.sound that return SoundInstance.AttenuationType Modifier and Type Method Description SoundInstance.AttenuationTypeAbstractSoundInstance. getAttenuationType()SoundInstance.AttenuationTypeSoundInstance. getAttenuationType()static SoundInstance.AttenuationTypeSoundInstance.AttenuationType. valueOf(String name)Returns the enum constant of this type with the specified name.static SoundInstance.AttenuationType[]SoundInstance.AttenuationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.minecraft.client.sound with parameters of type SoundInstance.AttenuationType Constructor Description PositionedSoundInstance(SoundEvent sound, SoundCategory category, float volume, float pitch, boolean repeat, int repeatDelay, SoundInstance.AttenuationType attenuationType, double x, double y, double z)PositionedSoundInstance(Identifier id, SoundCategory category, float volume, float pitch, boolean repeat, int repeatDelay, SoundInstance.AttenuationType attenuationType, double x, double y, double z, boolean looping)