Class BiomeLoader

java.lang.Object
org.geysermc.geyser.registry.loader.BiomeLoader
All Implemented Interfaces:
RegistryLoader<String,org.cloudburstmc.protocol.bedrock.data.biome.BiomeDefinitions>

public class BiomeLoader extends Object implements RegistryLoader<String,org.cloudburstmc.protocol.bedrock.data.biome.BiomeDefinitions>
  • Constructor Details

    • BiomeLoader

      public BiomeLoader()
  • Method Details

    • load

      public org.cloudburstmc.protocol.bedrock.data.biome.BiomeDefinitions load(String input)
      Description copied from interface: RegistryLoader
      Loads an output from the given input.
      Specified by:
      load in interface RegistryLoader<String,org.cloudburstmc.protocol.bedrock.data.biome.BiomeDefinitions>
      Parameters:
      input - the input
      Returns:
      the output