static <I,K,V,C extends Map<K,V>> MappedRegistry<K,V,C> |
MappedRegistry.create(I input,
RegistryLoader<I,C> registryLoader) |
static <I,K,V,C extends Map<K,V>> MappedRegistry<K,V,C> |
MappedRegistry.create(I input,
Supplier<RegistryLoader<I,C>> registryLoader) |
static <I,K,V,C extends Map<K,V>> MappedRegistry<K,V,C> |
MappedRegistry.create(RegistryLoader<I,C> registryLoader) |
static <I,K,V,C extends Map<K,V>> MappedRegistry<K,V,C> |
MappedRegistry.create(Supplier<RegistryLoader<I,C>> registryLoader) |
static <I,K,V,C extends Map<K,V>> MappedRegistry<K,V,C> |
MappedRegistry.createEmpty() |