Uses of Class
net.minecraft.util.registry.MutableRegistry
-
Packages that use MutableRegistry Package Description net.minecraft.client.gui.screen net.minecraft.util.registry net.minecraftforge.registries -
-
Uses of MutableRegistry in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as MutableRegistry Modifier and Type Field Description private MutableRegistry<Biome>CreateBuffetWorldScreen. biomes -
Uses of MutableRegistry in net.minecraft.util.registry
Subclasses of MutableRegistry in net.minecraft.util.registry Modifier and Type Class Description classDefaultedRegistry<T>classSimpleRegistry<T>Fields in net.minecraft.util.registry declared as MutableRegistry Modifier and Type Field Description protected static MutableRegistry<MutableRegistry<?>>Registry. WRITABLE_REGISTRYprivate static MutableRegistry<MutableRegistry<?>>WorldGenRegistries. WRITABLE_REGISTRYFields in net.minecraft.util.registry with type parameters of type MutableRegistry Modifier and Type Field Description protected static MutableRegistry<MutableRegistry<?>>Registry. WRITABLE_REGISTRYprivate static MutableRegistry<MutableRegistry<?>>WorldGenRegistries. WRITABLE_REGISTRYMethods in net.minecraft.util.registry with type parameters of type MutableRegistry Modifier and Type Method Description static <T extends MutableRegistry<?>>
voidRegistry. checkRegistry(MutableRegistry<T> p_239738_0_)private static <T,R extends MutableRegistry<T>>
RRegistry. internalRegister(RegistryKey<? extends Registry<T>> p_239743_0_, R p_239743_1_, java.util.function.Supplier<T> p_239743_2_, com.mojang.serialization.Lifecycle p_239743_3_)private static <T,R extends MutableRegistry<T>>
RWorldGenRegistries. internalRegister(RegistryKey<? extends Registry<T>> p_243666_0_, R p_243666_1_, java.util.function.Supplier<T> p_243666_2_, com.mojang.serialization.Lifecycle p_243666_3_)Methods in net.minecraft.util.registry that return MutableRegistry Modifier and Type Method Description <E> MutableRegistry<E>DynamicRegistries. registryOrThrow(RegistryKey<? extends Registry<E>> p_243612_1_)Methods in net.minecraft.util.registry that return types with arguments of type MutableRegistry Modifier and Type Method Description <E> java.util.Optional<MutableRegistry<E>>DynamicRegistries.Impl. registry(RegistryKey<? extends Registry<E>> p_230521_1_)abstract <E> java.util.Optional<MutableRegistry<E>>DynamicRegistries. registry(RegistryKey<? extends Registry<E>> p_230521_1_)Methods in net.minecraft.util.registry with parameters of type MutableRegistry Modifier and Type Method Description static <T extends MutableRegistry<?>>
voidRegistry. checkRegistry(MutableRegistry<T> p_239738_0_)private <E> com.mojang.serialization.DataResult<java.util.function.Supplier<E>>WorldSettingsImport. readAndRegisterElement(RegistryKey<? extends Registry<E>> p_241805_1_, MutableRegistry<E> p_241805_2_, com.mojang.serialization.Codec<E> p_241805_3_, ResourceLocation p_241805_4_) -
Uses of MutableRegistry in net.minecraftforge.registries
Subclasses of MutableRegistry in net.minecraftforge.registries Modifier and Type Class Description (package private) classNamespacedDefaultedWrapper<T extends IForgeRegistryEntry<T>>(package private) classNamespacedWrapper<T extends IForgeRegistryEntry<T>>
-