public class SimpleRegistry<M> extends Registry<M>
| Modifier and Type | Method and Description |
|---|---|
static <I,M> SimpleRegistry<M> |
create(I input,
RegistryLoader<I,M> registryLoader) |
static <I,M> SimpleRegistry<M> |
create(I input,
Supplier<RegistryLoader<I,M>> registryLoader) |
static <I,M> SimpleRegistry<M> |
create(RegistryLoader<I,M> registryLoader) |
static <I,M> SimpleRegistry<M> |
create(Supplier<RegistryLoader<I,M>> registryLoader) |
public static <I,M> SimpleRegistry<M> create(Supplier<RegistryLoader<I,M>> registryLoader)
public static <I,M> SimpleRegistry<M> create(I input, Supplier<RegistryLoader<I,M>> registryLoader)
public static <I,M> SimpleRegistry<M> create(RegistryLoader<I,M> registryLoader)
public static <I,M> SimpleRegistry<M> create(I input, RegistryLoader<I,M> registryLoader)
Copyright © 2021 GeyserMC. All rights reserved.