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 SummaryNested ClassesModifier and TypeClassDescriptionstatic classUsed to prevent patterns from being compiled more than needed
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
CollisionRegistryLoaderpublic CollisionRegistryLoader()
 
- 
- 
Method Details- 
loadDescription copied from interface:RegistryLoaderLoads an output from the given input.- Parameters:
- input- the input
- Returns:
- the output
 
 
-