Uses of Class
net.minecraft.client.sound.Sound
Packages that use Sound
-
Uses of Sound in net.minecraft.client.sound
Fields in net.minecraft.client.sound declared as SoundModifier and TypeFieldDescriptionstatic final Sound
SoundManager.MISSING_SOUND
protected Sound
AbstractSoundInstance.sound
Fields in net.minecraft.client.sound with type parameters of type SoundModifier and TypeFieldDescriptionSoundSystem.preloadedSounds
SoundEntry.sounds
private final List<SoundContainer<Sound>>
WeightedSoundSet.sounds
Methods in net.minecraft.client.sound that return SoundModifier and TypeMethodDescriptionprivate Sound
SoundEntryDeserializer.deserializeSound
(JsonObject json) AbstractSoundInstance.getSound()
SoundInstance.getSound()
Methods in net.minecraft.client.sound that return types with arguments of type SoundModifier and TypeMethodDescriptionSoundEntryDeserializer.deserializeSounds
(JsonObject json) SoundEntry.getSounds()
Methods in net.minecraft.client.sound with parameters of type SoundModifier and TypeMethodDescriptionvoid
SoundSystem.addPreloadedSound
(Sound sound) (package private) static boolean
SoundManager.isSoundResourcePresent
(Sound sound, Identifier id, ResourceFactory resourceFactory) Method parameters in net.minecraft.client.sound with type arguments of type SoundModifier and TypeMethodDescriptionvoid
WeightedSoundSet.add
(SoundContainer<Sound> container) SoundLoader.loadStatic
(Collection<Sound> sounds) Constructor parameters in net.minecraft.client.sound with type arguments of type SoundModifierConstructorDescriptionSoundEntry
(List<Sound> sounds, boolean replace, @Nullable String subtitle)