Uses of Class
net.minecraft.util.registry.MutableRegistry
Packages that use MutableRegistry
Package
Description
The base package for all Minecraft classes.
Contains the registry, used to register various in-game components, and related classes.
-
Uses of MutableRegistry in net.minecraft
Methods in net.minecraft with parameters of type MutableRegistryModifier and TypeMethodDescription(package private) static <E> voidclass_7655.method_45122(DynamicRegistryManager dynamicRegistryManager, ResourceManager resourceManager, RegistryKey<? extends Registry<E>> registryKey, MutableRegistry<E> mutableRegistry, com.mojang.serialization.Decoder<E> decoder, Map<RegistryKey<?>, Exception> map) -
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)