Package org.spongepowered.api.registry
Interface RegistryKey.Factory
-
- Enclosing interface:
- RegistryKey<T>
public static interface RegistryKey.Factory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> RegistryKey<T>
of(RegistryType<T> registry, ResourceKey location)
-
-
-
Method Detail
-
of
<T> RegistryKey<T> of(RegistryType<T> registry, ResourceKey location)
-
-