Class SoundEffectsRegistryLoader
java.lang.Object
org.geysermc.connector.registry.loader.EffectRegistryLoader<Map<com.github.steveice10.mc.protocol.data.game.world.effect.SoundEffect,Effect>>
org.geysermc.connector.registry.loader.SoundEffectsRegistryLoader
- All Implemented Interfaces:
RegistryLoader<String,Map<com.github.steveice10.mc.protocol.data.game.world.effect.SoundEffect,Effect>>
public class SoundEffectsRegistryLoader
extends EffectRegistryLoader<Map<com.github.steveice10.mc.protocol.data.game.world.effect.SoundEffect,Effect>>
Loads sound effects from the given resource path.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.geysermc.connector.registry.loader.EffectRegistryLoader
get, loadFile
-
Constructor Details
-
SoundEffectsRegistryLoader
public SoundEffectsRegistryLoader()
-
-
Method Details
-
load
public Map<com.github.steveice10.mc.protocol.data.game.world.effect.SoundEffect,Effect> load(String input)Description copied from interface:RegistryLoaderLoads an output from the given input.- Parameters:
input- the input- Returns:
- the output
-