Class CollisionRegistryLoader
java.lang.Object
org.geysermc.geyser.registry.loader.MultiResourceRegistryLoader<String,List<BlockCollision>>
org.geysermc.geyser.registry.loader.CollisionRegistryLoader
- All Implemented Interfaces:
RegistryLoader<it.unimi.dsi.fastutil.Pair<String,String>, List<BlockCollision>>
public class CollisionRegistryLoader
extends MultiResourceRegistryLoader<String,List<BlockCollision>>
Loads collision data from the given resource path.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classUsed to prevent patterns from being compiled more than needed -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionLoads an output from the given input.
-
Constructor Details
-
CollisionRegistryLoader
public CollisionRegistryLoader()
-
-
Method Details
-
load
Description copied from interface:RegistryLoaderLoads an output from the given input.- Parameters:
input- the input- Returns:
- the output
-