public abstract class Registries extends Object
Modifier | Constructor and Description |
---|---|
protected |
Registries() |
Modifier and Type | Method and Description |
---|---|
static <K,V> Registry<K,V> |
create() |
static <K,V> Registry<K,V> |
create(boolean useCache,
boolean cacheNotFound,
Consumer<K> onNotFound) |
Copyright © 2016. All rights reserved.