| Package | Description |
|---|---|
| org.geysermc.connector.registry |
| Modifier and Type | Method and Description |
|---|---|
static <I,K,V> SimpleMappedRegistry<K,V> |
SimpleMappedRegistry.create(I input,
RegistryLoader<I,Map<K,V>> registryLoader)
Creates a new mapped registry with the given
RegistryLoader and input. |
static <I,K,V> SimpleMappedRegistry<K,V> |
SimpleMappedRegistry.create(I input,
Supplier<RegistryLoader<I,Map<K,V>>> registryLoader)
Creates a new mapped registry with the given
RegistryLoader and input. |
static <I,K,V> SimpleMappedRegistry<K,V> |
SimpleMappedRegistry.create(RegistryLoader<I,Map<K,V>> registryLoader)
Creates a new mapped registry with the given
RegistryLoader. |
static <I,K,V> SimpleMappedRegistry<K,V> |
SimpleMappedRegistry.create(Supplier<RegistryLoader<I,Map<K,V>>> registryLoader)
Creates a new mapped registry with the given
RegistryLoader supplier. |
Copyright © 2021 GeyserMC. All rights reserved.