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 TypeClassDescriptionclassA mapped registry with an integer as the key.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 versioned, mapped registry.