Uses of Class
org.geysermc.geyser.registry.AbstractMappedRegistry
Packages that use AbstractMappedRegistry
-
Uses of AbstractMappedRegistry in org.geysermc.geyser.registry
Subclasses of AbstractMappedRegistry in org.geysermc.geyser.registryModifier and TypeClassDescriptionclassMappedRegistry<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 versioned, mapped registry.