public class SimpleMappedRegistry<K,V> extends AbstractMappedRegistry<K,V,Map<K,V>>
| Modifier | Constructor and Description |
|---|---|
protected |
SimpleMappedRegistry(I input,
RegistryLoader<I,Map<K,V>> registryLoader) |
| Modifier and Type | Method and Description |
|---|---|
static <I,K,V> SimpleMappedRegistry<K,V> |
create(I input,
RegistryLoader<I,Map<K,V>> registryLoader) |
static <I,K,V> SimpleMappedRegistry<K,V> |
create(I input,
Supplier<RegistryLoader<I,Map<K,V>>> registryLoader) |
static <I,K,V> SimpleMappedRegistry<K,V> |
create(RegistryLoader<I,Map<K,V>> registryLoader) |
static <I,K,V> SimpleMappedRegistry<K,V> |
create(Supplier<RegistryLoader<I,Map<K,V>>> registryLoader) |
get, getOrDefault, registerprotected SimpleMappedRegistry(I input,
RegistryLoader<I,Map<K,V>> registryLoader)
public static <I,K,V> SimpleMappedRegistry<K,V> create(RegistryLoader<I,Map<K,V>> registryLoader)
public static <I,K,V> SimpleMappedRegistry<K,V> create(I input, RegistryLoader<I,Map<K,V>> registryLoader)
public static <I,K,V> SimpleMappedRegistry<K,V> create(Supplier<RegistryLoader<I,Map<K,V>>> registryLoader)
public static <I,K,V> SimpleMappedRegistry<K,V> create(I input, Supplier<RegistryLoader<I,Map<K,V>>> registryLoader)
Copyright © 2021 GeyserMC. All rights reserved.