Uses of Interface
net.minecraft.util.registry.BuiltinRegistries.class_7488
Packages that use BuiltinRegistries.class_7488
-
Uses of BuiltinRegistries.class_7488 in net.minecraft.util.registry
Methods in net.minecraft.util.registry with parameters of type BuiltinRegistries.class_7488Modifier and TypeMethodDescriptionprivate static <T> Registry<T>BuiltinRegistries.addRegistry(RegistryKey<? extends Registry<T>> registryRef, com.mojang.serialization.Lifecycle lifecycle, BuiltinRegistries.class_7488<T> class_7488) private static <T> Registry<T>BuiltinRegistries.addRegistry(RegistryKey<? extends Registry<T>> registryRef, BuiltinRegistries.class_7488<T> class_7488) private static <T,R extends MutableRegistry<T>>
RBuiltinRegistries.addRegistry(RegistryKey<? extends Registry<T>> registryRef, R registry, BuiltinRegistries.class_7488<T> class_7488, com.mojang.serialization.Lifecycle lifecycle)