Class BlockShapeRegistryLoader
java.lang.Object
org.geysermc.geyser.registry.loader.BlockShapeRegistryLoader
- All Implemented Interfaces:
RegistryLoader<String,List<BoundingBox[]>>
public class BlockShapeRegistryLoader
extends Object
implements RegistryLoader<String,List<BoundingBox[]>>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BlockShapeRegistryLoader
public BlockShapeRegistryLoader()
-
-
Method Details
-
load
Description copied from interface:RegistryLoaderLoads an output from the given input.- Specified by:
loadin interfaceRegistryLoader<String,List<BoundingBox[]>> - Parameters:
input- the input- Returns:
- the output
-