Uses of Class
net.minecraft.client.class_2906
Packages that use class_2906
-
Uses of class_2906 in net.minecraft.client
Methods in net.minecraft.client that return class_2906 -
Uses of class_2906 in net.minecraft.client.sound
Fields in net.minecraft.client.sound declared as class_2906Modifier and TypeFieldDescriptionprotected class_2906AbstractSoundInstance.field_13678static final class_2906SoundManager.field_13702Fields in net.minecraft.client.sound with type parameters of type class_2906Modifier and TypeFieldDescriptionprivate final List<SoundContainer<class_2906>>SoundContainerImpl.field_13704private final List<class_2906>SoundEntry.soundsMethods in net.minecraft.client.sound that return class_2906Modifier and TypeMethodDescriptionSoundContainerImpl.getSound()private class_2906SoundEntryDeserializer.method_12531(JsonObject jsonObject) AbstractSoundInstance.method_12533()SoundInstance.method_12533()Methods in net.minecraft.client.sound that return types with arguments of type class_2906Modifier and TypeMethodDescriptionSoundEntry.getSounds()private List<class_2906>SoundEntryDeserializer.method_12529(JsonObject jsonObject) Methods in net.minecraft.client.sound with parameters of type class_2906Modifier and TypeMethodDescriptionprivate booleanSoundManager.method_12542(class_2906 class_2906, Identifier identifier) Method parameters in net.minecraft.client.sound with type arguments of type class_2906Modifier and TypeMethodDescriptionvoidSoundContainerImpl.method_12549(SoundContainer<class_2906> soundContainer) Constructor parameters in net.minecraft.client.sound with type arguments of type class_2906ModifierConstructorDescriptionSoundEntry(List<class_2906> sounds, boolean replace, String string)