registryKeys

abstract fun registryKeys(): Set<ResourceKey<T>>

Gets the set of registry keys registered in this registry.

The returned set is unmodifiable, meaning it will be updated by changes in the registry, but cannot be modified directly.

Return

the registered registry key set