Uses of Class
net.minecraft.client.sound.WeightedSoundSet
| Package | Description |
|---|---|
| net.minecraft.client.gui.hud | |
| net.minecraft.client.sound |
-
Uses of WeightedSoundSet in net.minecraft.client.gui.hud
Methods in net.minecraft.client.gui.hud with parameters of type WeightedSoundSet Modifier and Type Method Description voidSubtitlesHud. onSoundPlayed(SoundInstance sound, WeightedSoundSet soundSet) -
Uses of WeightedSoundSet in net.minecraft.client.sound
Fields in net.minecraft.client.sound with type parameters of type WeightedSoundSet Modifier and Type Field Description private Map<Identifier,WeightedSoundSet>SoundManager.SoundList. loadedSoundsprivate Map<Identifier,WeightedSoundSet>SoundManager. soundsMethods in net.minecraft.client.sound that return WeightedSoundSet Modifier and Type Method Description @Nullable WeightedSoundSetSoundManager. get(Identifier id)WeightedSoundSetAbstractSoundInstance. getSoundSet(SoundManager soundManager)@Nullable WeightedSoundSetSoundInstance. getSoundSet(SoundManager soundManager)Methods in net.minecraft.client.sound with parameters of type WeightedSoundSet Modifier and Type Method Description voidSoundInstanceListener. onSoundPlayed(SoundInstance sound, WeightedSoundSet soundSet)Method parameters in net.minecraft.client.sound with type arguments of type WeightedSoundSet Modifier and Type Method Description voidSoundManager.SoundList. addTo(Map<Identifier,WeightedSoundSet> map, SoundSystem soundSystem)