Factory

@ApiStatus.Internal
interface Factory

Functions

Link copied to clipboard
abstract fun <T> of(registry: ResourceKey<out Registry<T>>, key: Key): DynamicRegistryReference<T>