Uses of Record Class
net.minecraft.registry.RegistryLoader.Entry
Packages that use RegistryLoader.Entry
-
Uses of RegistryLoader.Entry in net.minecraft.data
Methods in net.minecraft.data with parameters of type RegistryLoader.EntryModifier and TypeMethodDescriptionprivate <T> Optional<CompletableFuture<?>> DynamicRegistriesProvider.writeRegistryEntries(DataWriter writer, RegistryWrapper.WrapperLookup registries, com.mojang.serialization.DynamicOps<JsonElement> ops, RegistryLoader.Entry<T> registry) -
Uses of RegistryLoader.Entry in net.minecraft.registry
Fields in net.minecraft.registry declared as RegistryLoader.EntryModifier and TypeFieldDescriptionprivate final RegistryLoader.Entry<T> RegistryLoader.Loader.dataThe field for thedatarecord component.Fields in net.minecraft.registry with type parameters of type RegistryLoader.EntryModifier and TypeFieldDescriptionstatic final List<RegistryLoader.Entry<?>> RegistryLoader.DIMENSION_REGISTRIESstatic final List<RegistryLoader.Entry<?>> RegistryLoader.DYNAMIC_REGISTRIESstatic final List<RegistryLoader.Entry<?>> RegistryLoader.SYNCED_REGISTRIESMethods in net.minecraft.registry that return RegistryLoader.EntryModifier and TypeMethodDescriptionRegistryLoader.Loader.data()Returns the value of thedatarecord component.Methods in net.minecraft.registry with parameters of type RegistryLoader.EntryModifier and TypeMethodDescriptionprivate static <T> voidSerializableRegistries.serialize(com.mojang.serialization.DynamicOps<NbtElement> nbtOps, RegistryLoader.Entry<T> entry, DynamicRegistryManager registryManager, Set<VersionedIdentifier> knownPacks, BiConsumer<RegistryKey<? extends Registry<?>>, List<SerializableRegistries.SerializedRegistryEntry>> callback) Constructors in net.minecraft.registry with parameters of type RegistryLoader.EntryModifierConstructorDescription(package private)Loader(RegistryLoader.Entry<T> entry, MutableRegistry<T> mutableRegistry, Map<RegistryKey<?>, Exception> map)