Class SoundRegistryLoader
java.lang.Object
org.geysermc.geyser.registry.loader.SoundRegistryLoader
- All Implemented Interfaces:
RegistryLoader<String,Map<String,SoundMapping>>
public class SoundRegistryLoader
extends Object
implements RegistryLoader<String,Map<String,SoundMapping>>
Loads sounds from the given input.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionLoads an output from the given input.
-
Constructor Details
-
SoundRegistryLoader
public SoundRegistryLoader()
-
-
Method Details
-
load
Description copied from interface:RegistryLoader
Loads an output from the given input.- Specified by:
load
in interfaceRegistryLoader<String,Map<String,SoundMapping>>
- Parameters:
input
- the input- Returns:
- the output
-