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>
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BiomeLoader
public BiomeLoader()
-
-
Method Details
-
load
Description copied from interface:RegistryLoaderLoads an output from the given input.- Specified by:
loadin interfaceRegistryLoader<String,org.cloudburstmc.protocol.bedrock.data.biome.BiomeDefinitions> - Parameters:
input- the input- Returns:
- the output
-