Interface RegistryKey<T>

Type Parameters:
T - The type
All Known Subinterfaces:
DefaultedRegistryReference<T>, RegistryReference<T>

public interface RegistryKey<T>
Similar to ResourceKey but with a defined type and id of the parent registry.

The inclusion of the type assists with compile-time type verification checks.