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 void
SubtitlesHud. 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. loadedSounds
private Map<Identifier,WeightedSoundSet>
SoundManager. sounds
Methods in net.minecraft.client.sound that return WeightedSoundSet Modifier and Type Method Description @Nullable WeightedSoundSet
SoundManager. get(Identifier id)
WeightedSoundSet
AbstractSoundInstance. getSoundSet(SoundManager soundManager)
@Nullable WeightedSoundSet
SoundInstance. getSoundSet(SoundManager soundManager)
Methods in net.minecraft.client.sound with parameters of type WeightedSoundSet Modifier and Type Method Description void
SoundInstanceListener. onSoundPlayed(SoundInstance sound, WeightedSoundSet soundSet)
Method parameters in net.minecraft.client.sound with type arguments of type WeightedSoundSet Modifier and Type Method Description void
SoundManager.SoundList. addTo(Map<Identifier,WeightedSoundSet> map, SoundSystem soundSystem)