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