Class EnchantmentRegistryLoader
java.lang.Object
org.geysermc.geyser.registry.loader.EnchantmentRegistryLoader
- All Implemented Interfaces:
RegistryLoader<String,Map<Enchantment.JavaEnchantment,EnchantmentData>>
public class EnchantmentRegistryLoader
extends Object
implements RegistryLoader<String,Map<Enchantment.JavaEnchantment,EnchantmentData>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionLoads an output from the given input.
-
Constructor Details
-
EnchantmentRegistryLoader
public EnchantmentRegistryLoader()
-
-
Method Details
-
load
Description copied from interface:RegistryLoaderLoads an output from the given input.- Specified by:
loadin interfaceRegistryLoader<String,Map<Enchantment.JavaEnchantment,EnchantmentData>>- Parameters:
input- the input- Returns:
- the output
-