Interface RegistryValueSet<T>

Type Parameters:
T - registry value type
All Superinterfaces:
Iterable<T>, RegistrySet<T>

@Experimental @NullMarked public sealed interface RegistryValueSet<T> extends Iterable<T>, RegistrySet<T>
A collection of anonymous values relating to a registry. These are values of the same type as the registry, but will not be found in the registry, hence, anonymous.
  • Method Details