Package com.pixelmonmod.api.registry
Class RegistryManager
java.lang.Object
com.pixelmonmod.api.registry.RegistryManager
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAllKeys
(Class<?> type) static <T> List<T>
getAllValues
(Class<T> type) protected static <T> RegistryManager.Registry<T>
getRegistry
(Class<?> type) static <T> RegistryValue<T>
getRegistryValue
(T value) static void
static void
invalidateRegistry
(Class<?> type) static <T> void
static <T> void
-
Constructor Details
-
RegistryManager
public RegistryManager()
-
-
Method Details
-
getRegistry
-
register
-
register
-
getRegistryValue
-
getAllValues
-
getAllKeys
-
invalidateRegistry
-
invalidateAll
public static void invalidateAll()
-