Class BlockEntityRegistryLoader
java.lang.Object
org.geysermc.geyser.registry.loader.BlockEntityRegistryLoader
- All Implemented Interfaces:
 RegistryLoader<String,Map<com.github.steveice10.mc.protocol.data.game.level.block.BlockEntityType,BlockEntityTranslator>>
public class BlockEntityRegistryLoader
extends Object
implements RegistryLoader<String,Map<com.github.steveice10.mc.protocol.data.game.level.block.BlockEntityType,BlockEntityTranslator>>
Loads block entities from the given classpath.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionMap<com.github.steveice10.mc.protocol.data.game.level.block.BlockEntityType,BlockEntityTranslator>Loads an output from the given input. 
- 
Constructor Details
- 
BlockEntityRegistryLoader
public BlockEntityRegistryLoader() 
 - 
 - 
Method Details
- 
load
public Map<com.github.steveice10.mc.protocol.data.game.level.block.BlockEntityType,BlockEntityTranslator> load(String input)Description copied from interface:RegistryLoaderLoads an output from the given input.- Specified by:
 loadin interfaceRegistryLoader<String,Map<com.github.steveice10.mc.protocol.data.game.level.block.BlockEntityType,BlockEntityTranslator>>- Parameters:
 input- the input- Returns:
 - the output
 
 
 -