Package net.minecraft.client.sound
Class SoundRegistry
java.lang.Object
net.minecraft.util.registry.MutableRegistry<Identifier,SoundContainerImpl>
net.minecraft.client.sound.SoundRegistry
- All Implemented Interfaces:
Iterable<SoundContainerImpl>,Registry<Identifier,SoundContainerImpl>
@Environment(CLIENT)
public class SoundRegistry
extends MutableRegistry<Identifier,SoundContainerImpl>
- Mappings:
Namespace Name official bywintermediary net/minecraft/class_1913named net/minecraft/client/sound/SoundRegistry
-
Field Summary
FieldsFields inherited from class net.minecraft.util.registry.MutableRegistry
map -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected Map<Identifier,SoundContainerImpl> voidmethod_12547(SoundContainerImpl soundContainerImpl) Methods inherited from class net.minecraft.util.registry.MutableRegistry
containsKey, get, getKeySet, iterator, method_12584, putMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
sounds
- Mappings:
Namespace Name Mixin selector official aLbyw;a:Ljava/util/Map;intermediary field_8224Lnet/minecraft/class_1913;field_8224:Ljava/util/Map;named soundsLnet/minecraft/client/sound/SoundRegistry;sounds:Ljava/util/Map;
-
-
Constructor Details
-
SoundRegistry
public SoundRegistry()
-
-
Method Details
-
createMap
- Overrides:
createMapin classMutableRegistry<Identifier,SoundContainerImpl> - Mappings:
Namespace Name Mixin selector official bLdf;b()Ljava/util/Map;intermediary method_7334Lnet/minecraft/class_1367;method_7334()Ljava/util/Map;named createMapLnet/minecraft/util/registry/MutableRegistry;createMap()Ljava/util/Map;
-
method_12547
- Mappings:
Namespace Name Mixin selector official aLbyw;a(Lbyx;)Vintermediary method_12547Lnet/minecraft/class_1913;method_12547(Lnet/minecraft/class_1915;)Vnamed method_12547Lnet/minecraft/client/sound/SoundRegistry;method_12547(Lnet/minecraft/client/sound/SoundContainerImpl;)V
-
clearRegistry
public void clearRegistry()- Mappings:
Namespace Name Mixin selector official aLbyw;a()Vintermediary method_7135Lnet/minecraft/class_1913;method_7135()Vnamed clearRegistryLnet/minecraft/client/sound/SoundRegistry;clearRegistry()V
-