Package com.nexomc.nexo.utils
Class RegistryUtilsKt
-
- All Implemented Interfaces:
public final class RegistryUtilsKt
-
-
Method Summary
Modifier and Type Method Description final static <T extends Keyed> RegistryKeySet<T>toKeySet(RegistryKey<T> $self, Iterable<TypedKey<T>> values)final static <T extends Keyed> Registry<T>toRegistry(RegistryKey<T> $self)-
-
Method Detail
-
toKeySet
final static <T extends Keyed> RegistryKeySet<T> toKeySet(RegistryKey<T> $self, Iterable<TypedKey<T>> values)
-
toRegistry
final static <T extends Keyed> Registry<T> toRegistry(RegistryKey<T> $self)
-
-
-
-