Factory

@ApiStatus.Internal
interface Factory

Functions

Link copied to clipboard
abstract fun <T, V : T> of(registry: Registry<T>, key: Key): RegistryReference<V>