Uses of Class
net.minecraft.util.registry.MutableRegistry
Packages that use MutableRegistry
Package
Description
Contains the registry, used to register various in-game components, and related classes.
-
Uses of MutableRegistry in net.minecraft.util.registry
Subclasses of MutableRegistry in net.minecraft.util.registryModifier and TypeClassDescriptionclassAn implementation ofRegistrywith a default ID and value for unknown lookups.classAn implementation of a mutable registry.Fields in net.minecraft.util.registry declared as MutableRegistryModifier and TypeFieldDescriptionprivate static final MutableRegistry<MutableRegistry<?>>BuiltinRegistries.ROOTprotected static final MutableRegistry<MutableRegistry<?>>Registry.ROOTFields in net.minecraft.util.registry with type parameters of type MutableRegistryModifier and TypeFieldDescriptionprivate static final MutableRegistry<MutableRegistry<?>>BuiltinRegistries.ROOTprotected static final MutableRegistry<MutableRegistry<?>>Registry.ROOTMethods in net.minecraft.util.registry with type parameters of type MutableRegistryModifier and TypeMethodDescriptionprivate static <T,R extends MutableRegistry<T>>
RBuiltinRegistries.addRegistry(RegistryKey<? extends Registry<T>> registryRef, R registry, BuiltinRegistries.Initializer<T> initializer, com.mojang.serialization.Lifecycle lifecycle) private static <T,R extends MutableRegistry<T>>
RRegistry.create(RegistryKey<? extends Registry<T>> key, R registry, Registry.DefaultEntryGetter<T> defaultEntryGetter, com.mojang.serialization.Lifecycle lifecycle) Methods in net.minecraft.util.registry with parameters of type MutableRegistryModifier and TypeMethodDescription(package private) static <E> voidRegistryLoader.load(DynamicRegistryManager registryManager, ResourceManager resourceManager, RegistryKey<? extends Registry<E>> registryRef, MutableRegistry<E> newRegistry, com.mojang.serialization.Decoder<E> decoder, Map<RegistryKey<?>, Exception> exceptions)