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 Details

    • BlockEntityRegistryLoader

      public BlockEntityRegistryLoader()
  • Method Details