Package io.papermc.paper.registry.set
@Experimental
@NullMarked
package io.papermc.paper.registry.set
This package contains the API for registry sets in Paper.
Registry sets are collections of keys or inlined values of a type that has a registry.
-
InterfacesClassDescriptionRegistryKeySet<T extends Keyed>Represents a collection tied to a registry.RegistrySet<T>Represents a collection tied to a registry.A collection of anonymous values relating to a registry.RegistryValueSetBuilder<API,
ENTRY_BUILDER extends RegistryBuilder<API>> A builder for aRegistryValueSet
.