Uses of Class
net.minecraft.client.sounds.SoundManager.Preparations
Packages that use SoundManager.Preparations
-
Uses of SoundManager.Preparations in net.minecraft.client.sounds
Subclasses with type arguments of type SoundManager.Preparations in net.minecraft.client.soundsModifier and TypeClassDescriptionclassThe SoundManager class is responsible for managing sound events and playing sounds.Methods in net.minecraft.client.sounds that return SoundManager.PreparationsModifier and TypeMethodDescriptionprotected SoundManager.PreparationsSoundManager.prepare(ResourceManager manager, ProfilerFiller profiler) Performs any reloading that can be done off-thread, such as file IOMethods in net.minecraft.client.sounds with parameters of type SoundManager.PreparationsModifier and TypeMethodDescriptionprotected voidSoundManager.apply(SoundManager.Preparations preparations, ResourceManager manager, ProfilerFiller profiler) Applies the prepared sound event registrations and caches to the sound manager.