Class SoundEventsRegistryLoader

java.lang.Object
org.geysermc.geyser.registry.loader.EffectRegistryLoader<Map<com.github.steveice10.mc.protocol.data.game.level.event.SoundEvent,​LevelEventTranslator>>
org.geysermc.geyser.registry.loader.SoundEventsRegistryLoader
All Implemented Interfaces:
RegistryLoader<String,​Map<com.github.steveice10.mc.protocol.data.game.level.event.SoundEvent,​LevelEventTranslator>>

public class SoundEventsRegistryLoader extends EffectRegistryLoader<Map<com.github.steveice10.mc.protocol.data.game.level.event.SoundEvent,​LevelEventTranslator>>
Loads sound effects from the given resource path.
  • Constructor Details

    • SoundEventsRegistryLoader

      public SoundEventsRegistryLoader()
  • Method Details

    • load

      public Map<com.github.steveice10.mc.protocol.data.game.level.event.SoundEvent,​LevelEventTranslator> load(String input)
      Description copied from interface: RegistryLoader
      Loads an output from the given input.
      Parameters:
      input - the input
      Returns:
      the output