Package org.geysermc.geyser.registry
package org.geysermc.geyser.registry
-
ClassesClassDescriptionAbstractMappedDeferredRegistry<K,
V, M extends Map<K, V>, R extends AbstractMappedRegistry<K, V, M>> AbstractMappedRegistry<K,V, M extends Map<K, V>> An abstract registry holding a map of various registrations as defined byAbstractMappedRegistry.An array registry that stores mappings as an array defined byArrayRegistry.Holds all the block registries in Geyser.ListRegistry<M>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.