KattonRegistries

constructor(id: Identifier, entries: MutableMap<Identifier, T> = mutableMapOf())

Parameters

T

The type of entries stored in this registry, must implement Identifiable

entries

The initial entries map, defaults to an empty mutable map