Package org.geysermc.geyser.registry
package org.geysermc.geyser.registry
-
Class SummaryClassDescriptionAbstractMappedRegistry<K,V,M extends Map<K,V>>An abstract registry holding a map of various registrations as defined by
AbstractMappedRegistry.An array registry that stores mappings as an array defined byArrayRegistry.Holds all the block registries in Geyser.MappedRegistry<K,V,M extends Map<K,V>>An public registry holding a map of various registrations as defined byMappedRegistry.Holds all the common registries in Geyser.Registry<M>A wrapper around a value which is loaded based on the output from the providedRegistryLoader.SimpleMappedRegistry<K,V>A variant ofAbstractMappedRegistrywithMapas the defined type.A simple registry with no defined mapping or input type.A versioned, mapped registry.