| Class | Description |
|---|---|
| AbstractMappedRegistry<K,V,M extends Map<K,V>> |
An abstract registry holding a map of various registrations as defined by
M. |
| BlockRegistries |
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 by
M. |
| Registries |
Holds all the common registries in Geyser.
|
| Registry<M> |
A wrapper around a value which is loaded based on the output from the provided
RegistryLoader. |
| SimpleMappedRegistry<K,V> |
A variant of
AbstractMappedRegistry with Map as the defined type. |
| SimpleRegistry<M> |
A simple registry with no defined mapping or input type.
|
| VersionedRegistry<V> |
A versioned, mapped registry.
|
Copyright © 2021 GeyserMC. All rights reserved.