Uses of Class
org.geysermc.geyser.registry.Registry
Packages that use Registry
- 
Uses of Registry in org.geysermc.geyser.registry
Subclasses of Registry in org.geysermc.geyser.registryModifier and TypeClassDescriptionclassAbstractMappedRegistry<K,V,M extends Map<K,V>>An abstract registry holding a map of various registrations as defined byAbstractMappedRegistry.classAn array registry that stores mappings as an array defined byArrayRegistry.classMappedRegistry<K,V,M extends Map<K,V>>An public registry holding a map of various registrations as defined byMappedRegistry.classclassSimpleMappedRegistry<K,V>A variant ofAbstractMappedRegistrywithMapas the defined type.classA simple registry with no defined mapping or input type.classA versioned, mapped registry.