| 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) |
static <I,K,V> SimpleMappedRegistry<K,V> |
SimpleMappedRegistry.create(I input,
Supplier<RegistryLoader<I,Map<K,V>>> registryLoader) |
static <I,K,V> SimpleMappedRegistry<K,V> |
SimpleMappedRegistry.create(RegistryLoader<I,Map<K,V>> registryLoader) |
static <I,K,V> SimpleMappedRegistry<K,V> |
SimpleMappedRegistry.create(Supplier<RegistryLoader<I,Map<K,V>>> registryLoader) |
Copyright © 2021 GeyserMC. All rights reserved.