Uses of Record Class
net.minecraft.registry.RegistryLoader.Entry
Packages that use RegistryLoader.Entry
-
Uses of RegistryLoader.Entry in net.minecraft.data.server
Methods in net.minecraft.data.server 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.data
The field for thedata
record component.Fields in net.minecraft.registry with type parameters of type RegistryLoader.EntryModifier 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
Methods in net.minecraft.registry that return RegistryLoader.EntryModifier and TypeMethodDescriptionRegistryLoader.Loader.data()
Returns the value of thedata
record component.Methods in net.minecraft.registry with parameters of type RegistryLoader.EntryModifier 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) 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)