Uses of Class
org.geysermc.geyser.registry.AbstractMappedRegistry
-
Uses of AbstractMappedRegistry in org.geysermc.geyser.registry
Modifier and TypeClassDescriptionclass
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 versioned, mapped registry.