Uses of Record Class
net.minecraft.sound.BiomeAdditionsSound
Packages that use BiomeAdditionsSound
-
Uses of BiomeAdditionsSound in net.minecraft
Fields in net.minecraft with type parameters of type BiomeAdditionsSoundModifier and TypeFieldDescriptionprivate final List<BiomeAdditionsSound> class_12190.additionsThe field for theadditionsrecord component.Methods in net.minecraft that return types with arguments of type BiomeAdditionsSoundModifier and TypeMethodDescriptionclass_12190.additions()Returns the value of theadditionsrecord component.Constructor parameters in net.minecraft with type arguments of type BiomeAdditionsSoundModifierConstructorDescriptionclass_12190(Optional<RegistryEntry<SoundEvent>> loop, Optional<BiomeMoodSound> mood, List<BiomeAdditionsSound> additions) Creates an instance of aclass_12190record class. -
Uses of BiomeAdditionsSound in net.minecraft.sound
Fields in net.minecraft.sound with type parameters of type BiomeAdditionsSoundModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<BiomeAdditionsSound> BiomeAdditionsSound.CODEC