public abstract class AbstractMappedRegistry<K,V,C extends Map<K,V>> extends Registry<C>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractMappedRegistry(I input,
RegistryLoader<I,C> registryLoader) |
| Modifier and Type | Method and Description |
|---|---|
V |
get(K key) |
V |
getOrDefault(K key,
V defaultValue) |
V |
register(K key,
V value) |
Copyright © 2021 GeyserMC. All rights reserved.