Uses of Interface
io.papermc.paper.registry.set.RegistryValueSet
Packages that use RegistryValueSet
Package
Description
This package contains the API for registry sets in Paper.
-
Uses of RegistryValueSet in io.papermc.paper.registry.set
Methods in io.papermc.paper.registry.set that return RegistryValueSetModifier and TypeMethodDescriptionRegistryValueSetBuilder.build()Builds theRegistryValueSet.static <T> RegistryValueSet<T> RegistrySet.valueSet(RegistryKey<T> registryKey, Iterable<? extends T> values) Creates aRegistryValueSetfrom anonymous values.