Class ProviderRegistryLoader
java.lang.Object
org.geysermc.geyser.registry.loader.ProviderRegistryLoader
- All Implemented Interfaces:
RegistryLoader<Map<Class<?>,ProviderSupplier>,Map<Class<?>,ProviderSupplier>>
public class ProviderRegistryLoader
extends Object
implements RegistryLoader<Map<Class<?>,ProviderSupplier>,Map<Class<?>,ProviderSupplier>>
Registers the provider data from the provider.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMap<Class<?>,ProviderSupplier>load(Map<Class<?>,ProviderSupplier> providers)Loads an output from the given input.
-
Constructor Details
-
ProviderRegistryLoader
public ProviderRegistryLoader()
-
-
Method Details
-
load
Description copied from interface:RegistryLoaderLoads an output from the given input.- Specified by:
loadin interfaceRegistryLoader<Map<Class<?>,ProviderSupplier>,Map<Class<?>,ProviderSupplier>>- Parameters:
providers- the input- Returns:
- the output
-