Uses of Class
org.geysermc.geyser.registry.Registry
-
Uses of Registry in org.geysermc.geyser.registry
Modifier and TypeClassDescriptionclass
AbstractMappedRegistry<K,V,M extends Map<K,V>>
An abstract registry holding a map of various registrations as defined byAbstractMappedRegistry
.class
An array registry that stores mappings as an array defined byArrayRegistry
.class
MappedRegistry<K,V,M extends Map<K,V>>
An public registry holding a map of various registrations as defined byMappedRegistry
.class
class
SimpleMappedRegistry<K,V>
A variant ofAbstractMappedRegistry
withMap
as the defined type.class
A simple registry with no defined mapping or input type.class
A versioned, mapped registry.