Class MultiResourceRegistryLoader<I,V>
java.lang.Object
org.geysermc.geyser.registry.loader.MultiResourceRegistryLoader<I,V>
- Type Parameters:
I
- the input typeV
- the value
- All Implemented Interfaces:
RegistryLoader<it.unimi.dsi.fastutil.Pair<I,I>,V>
- Direct Known Subclasses:
CollisionRegistryLoader
public abstract class MultiResourceRegistryLoader<I,V>
extends Object
implements RegistryLoader<it.unimi.dsi.fastutil.Pair<I,I>,V>
A RegistryLoader that loads data from two different locations, yet with the same input type.
-
Constructor Details
-
MultiResourceRegistryLoader
public MultiResourceRegistryLoader()
-