Package org.geysermc.geyser.registry
package org.geysermc.geyser.registry
-
ClassesClassDescriptionAbstractMappedRegistry<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.A deferred registry is a registry that is not loaded until it is needed.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.