Uses of Class
net.minecraft.util.registry.RegistryEntryList.Direct
-
Uses of RegistryEntryList.Direct in net.minecraft.util.registry
Modifier and TypeMethodDescriptionstatic <E,
T> RegistryEntryList.Direct<T> RegistryEntryList.of
(Function<E, RegistryEntry<T>> mapper, E[] values) static <E,
T> RegistryEntryList.Direct<T> RegistryEntryList.of
(Function<E, RegistryEntry<T>> mapper, List<E> values) static <T> RegistryEntryList.Direct<T>
RegistryEntryList.of
(List<? extends RegistryEntry<T>> entries) static <T> RegistryEntryList.Direct<T>
RegistryEntryList.of
(RegistryEntry<T>[] entries)