Uses of Enum Class
net.minecraft.client.sound.Sound.RegistrationType
Packages that use Sound.RegistrationType
-
Uses of Sound.RegistrationType in net.minecraft.client.sound
Fields in net.minecraft.client.sound declared as Sound.RegistrationTypeMethods in net.minecraft.client.sound that return Sound.RegistrationTypeModifier and TypeMethodDescriptionprivate Sound.RegistrationType
SoundEntryDeserializer.deserializeType
(JsonObject json, Sound.RegistrationType fallback) static @Nullable Sound.RegistrationType
Sound.getRegistrationType()
static Sound.RegistrationType
Returns the enum constant of this class with the specified name.static Sound.RegistrationType[]
Sound.RegistrationType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.sound with parameters of type Sound.RegistrationTypeModifier and TypeMethodDescriptionprivate Sound.RegistrationType
SoundEntryDeserializer.deserializeType
(JsonObject json, Sound.RegistrationType fallback) Constructors in net.minecraft.client.sound with parameters of type Sound.RegistrationTypeModifierConstructorDescriptionSound
(String id, FloatSupplier volume, FloatSupplier pitch, int weight, Sound.RegistrationType registrationType, boolean stream, boolean preload, int attenuation)