public class SoundRegistryLoader extends Object implements RegistryLoader<String,Map<String,SoundMapping>>
| Constructor and Description |
|---|
SoundRegistryLoader() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,SoundMapping> |
load(String input)
Loads an output from the given input.
|
public Map<String,SoundMapping> load(String input)
RegistryLoaderload in interface RegistryLoader<String,Map<String,SoundMapping>>input - the inputCopyright © 2021 GeyserMC. All rights reserved.