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 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: RegistryLoader
      Loads an output from the given input.
      Parameters:
      input - the input
      Returns:
      the output