Uses of Class
net.minecraft.client.sound.WeightedSoundSet
Packages that use WeightedSoundSet
-
Uses of WeightedSoundSet in net.minecraft.client.gui.hud
Methods in net.minecraft.client.gui.hud with parameters of type WeightedSoundSetModifier and TypeMethodDescriptionvoidSubtitlesHud.onSoundPlayed(SoundInstance sound, WeightedSoundSet soundSet) -
Uses of WeightedSoundSet in net.minecraft.client.sound
Fields in net.minecraft.client.sound with type parameters of type WeightedSoundSetModifier and TypeFieldDescription(package private) Map<Identifier,WeightedSoundSet>SoundManager.SoundList.loadedSoundsprivate Map<Identifier,WeightedSoundSet>SoundManager.soundsMethods in net.minecraft.client.sound that return WeightedSoundSetModifier and TypeMethodDescriptionSoundManager.get(Identifier id)AbstractSoundInstance.getSoundSet(SoundManager soundManager)SoundInstance.getSoundSet(SoundManager soundManager)Methods in net.minecraft.client.sound with parameters of type WeightedSoundSetModifier and TypeMethodDescriptionvoidSoundInstanceListener.onSoundPlayed(SoundInstance sound, WeightedSoundSet soundSet)Method parameters in net.minecraft.client.sound with type arguments of type WeightedSoundSetModifier and TypeMethodDescriptionvoidSoundManager.SoundList.addTo(Map<Identifier,WeightedSoundSet> map, SoundSystem soundSystem)