Uses of Record Class
net.minecraft.registry.RegistryLoader.Entry
-
Uses of RegistryLoader.Entry in net.minecraft.data.server
Modifier 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
Modifier and TypeFieldDescriptionprivate final RegistryLoader.Entry
<T> RegistryLoader.Loader.data
The field for thedata
record component.Modifier and TypeFieldDescriptionstatic final List
<RegistryLoader.Entry<?>> RegistryLoader.DIMENSION_REGISTRIES
static final List
<RegistryLoader.Entry<?>> RegistryLoader.DYNAMIC_REGISTRIES
static final List
<RegistryLoader.Entry<?>> RegistryLoader.SYNCED_REGISTRIES
Modifier and TypeMethodDescriptionRegistryLoader.Loader.data()
Returns the value of thedata
record component.Modifier and TypeMethodDescriptionprivate static <T> void
SerializableRegistries.serialize
(com.mojang.serialization.DynamicOps<NbtElement> nbtOps, RegistryLoader.Entry<T> entry, DynamicRegistryManager registryManager, Set<VersionedIdentifier> knownPacks, BiConsumer<RegistryKey<? extends Registry<?>>, List<SerializableRegistries.SerializedRegistryEntry>> callback) ModifierConstructorDescription(package private)
Loader
(RegistryLoader.Entry<T> entry, MutableRegistry<T> mutableRegistry, Map<RegistryKey<?>, Exception> map)