public class SoundRegistry extends RegistrySimple<ResourceLocation,SoundEventAccessorComposite>
registryObjects
Constructor and Description |
---|
SoundRegistry() |
Modifier and Type | Method and Description |
---|---|
void |
clearMap()
Reset the underlying sound map (Called on resource manager reload)
|
protected java.util.Map<ResourceLocation,SoundEventAccessorComposite> |
createUnderlyingMap() |
void |
registerSound(SoundEventAccessorComposite p_148762_1_) |
containsKey, getKeys, getObject, iterator, putObject
protected java.util.Map<ResourceLocation,SoundEventAccessorComposite> createUnderlyingMap()
createUnderlyingMap
in class RegistrySimple<ResourceLocation,SoundEventAccessorComposite>
public void registerSound(SoundEventAccessorComposite p_148762_1_)
public void clearMap()