entries

abstract fun entries(): Set<Map.Entry<ResourceKey<T>, T>>

Gets the set of entries 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 entry set