Uses of Class
net.minecraft.client.sound.Sound.RegistrationType
| Package | Description |
|---|---|
| net.minecraft.client.sound |
-
Uses of Sound.RegistrationType in net.minecraft.client.sound
Fields in net.minecraft.client.sound declared as Sound.RegistrationType Modifier and Type Field Description private Sound.RegistrationTypeSound. registrationTypeMethods in net.minecraft.client.sound that return Sound.RegistrationType Modifier and Type Method Description private Sound.RegistrationTypeSoundEntryDeserializer. deserializeType(JsonObject json, Sound.RegistrationType fallback)static Sound.RegistrationTypeSound.RegistrationType. getByName(String string)Sound.RegistrationTypeSound. getRegistrationType()static Sound.RegistrationTypeSound.RegistrationType. valueOf(String name)Returns the enum constant of this type with the specified name.static Sound.RegistrationType[]Sound.RegistrationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.client.sound with parameters of type Sound.RegistrationType Modifier and Type Method Description private Sound.RegistrationTypeSoundEntryDeserializer. deserializeType(JsonObject json, Sound.RegistrationType fallback)Constructors in net.minecraft.client.sound with parameters of type Sound.RegistrationType Constructor Description Sound(String id, float volume, float pitch, int weight, Sound.RegistrationType registrationType, boolean stream, boolean preload, int attenuation)