Interface RegistryTag<T>

Type Parameters:
T - The type of the registry object.
All Superinterfaces:
HolderSet<T>, Iterable<RegistryKey<T>>

public sealed interface RegistryTag<T> extends HolderSet<T>, Iterable<RegistryKey<T>>
RegistryTag is a collection of keys from a particular registry.

The collection may be backed by a registry (synced, referenced by TagKey), or direct (list backed).

Note that all elements of a direct tag must still be members of the registry.