Uses of Record Class
net.minecraft.util.registry.DynamicRegistryManager.Info
Packages that use DynamicRegistryManager.Info
-
Uses of DynamicRegistryManager.Info in net.minecraft.data.report
Methods in net.minecraft.data.report with parameters of type DynamicRegistryManager.InfoModifier and TypeMethodDescriptionprivate static <T> void
WorldgenListProvider.writeRegistryEntries
(DataCache cache, Path path, DynamicRegistryManager registryManager, com.mojang.serialization.DynamicOps<JsonElement> json, DynamicRegistryManager.Info<T> info) -
Uses of DynamicRegistryManager.Info in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type DynamicRegistryManager.InfoModifier and TypeFieldDescription(package private) static final Map<RegistryKey<? extends Registry<?>>,
DynamicRegistryManager.Info<?>> DynamicRegistryManager.INFOS
Methods in net.minecraft.util.registry that return types with arguments of type DynamicRegistryManager.InfoModifier and TypeMethodDescriptionstatic Iterable<DynamicRegistryManager.Info<?>>
DynamicRegistryManager.getInfos()
Methods in net.minecraft.util.registry with parameters of type DynamicRegistryManager.InfoModifier and TypeMethodDescriptionprivate static <E> void
DynamicRegistryManager.load
(RegistryOps<?> ops, DynamicRegistryManager manager, DynamicRegistryManager.Info<E> info) Loads elements from theops
into the registry specified byinfo
within themanager
.private static <E> void
DynamicRegistryManager.method_31141
(DynamicRegistryManager.Impl registryManager, EntryLoader.Impl entryLoader, DynamicRegistryManager.Info<E> info) Method parameters in net.minecraft.util.registry with type arguments of type DynamicRegistryManager.InfoModifier and TypeMethodDescriptionprivate static <E> void
DynamicRegistryManager.register
(ImmutableMap.Builder<RegistryKey<? extends Registry<?>>, DynamicRegistryManager.Info<?>> infosBuilder, RegistryKey<? extends Registry<E>> registryRef, com.mojang.serialization.Codec<E> entryCodec) private static <E> void
DynamicRegistryManager.register
(ImmutableMap.Builder<RegistryKey<? extends Registry<?>>, DynamicRegistryManager.Info<?>> infosBuilder, RegistryKey<? extends Registry<E>> registryRef, com.mojang.serialization.Codec<E> entryCodec, com.mojang.serialization.Codec<E> networkEntryCodec)