Uses of Class
net.minecraft.client.sound.Sound
-
Uses of Sound in net.minecraft.client.sound
Modifier and TypeFieldDescriptionstatic Sound
SoundManager.MISSING_SOUND
protected Sound
AbstractSoundInstance.sound
Modifier and TypeFieldDescriptionSoundSystem.preloadedSounds
SoundEntry.sounds
private List<SoundContainer<Sound>>
WeightedSoundSet.sounds
Modifier and TypeMethodDescriptionprivate Sound
SoundEntryDeserializer.deserializeSound(JsonObject json)
AbstractSoundInstance.getSound()
Sound.getSound()
SoundInstance.getSound()
WeightedSoundSet.getSound()
Modifier and TypeMethodDescriptionSoundEntryDeserializer.deserializeSounds(JsonObject json)
SoundEntry.getSounds()
Modifier and TypeMethodDescriptionvoid
SoundSystem.addPreloadedSound(Sound sound)
(package private) static boolean
SoundManager.isSoundResourcePresent(Sound sound, Identifier id, ResourceManager resourceManager)
Modifier and TypeMethodDescriptionvoid
WeightedSoundSet.add(SoundContainer<Sound> soundContainer)
SoundLoader.loadStatic(Collection<Sound> sounds)