Uses of Class
net.neoforged.neoforge.registries.RegistrySnapshot
Packages that use RegistrySnapshot
Package
Description
-
Uses of RegistrySnapshot in net.neoforged.neoforge.network.handlers
Fields in net.neoforged.neoforge.network.handlers with type parameters of type RegistrySnapshotModifier and TypeFieldDescriptionprivate static final Map<ResourceLocation, RegistrySnapshot> ClientPayloadHandler.synchronizedRegistries -
Uses of RegistrySnapshot in net.neoforged.neoforge.network.payload
Fields in net.neoforged.neoforge.network.payload declared as RegistrySnapshotModifier and TypeFieldDescriptionprivate final RegistrySnapshotFrozenRegistryPayload.snapshotThe field for thesnapshotrecord component.Methods in net.neoforged.neoforge.network.payload that return RegistrySnapshotModifier and TypeMethodDescriptionFrozenRegistryPayload.snapshot()Returns the value of thesnapshotrecord component.Constructors in net.neoforged.neoforge.network.payload with parameters of type RegistrySnapshotModifierConstructorDescriptionFrozenRegistryPayload(ResourceLocation registryName, RegistrySnapshot snapshot) Creates an instance of aFrozenRegistryPayloadrecord class. -
Uses of RegistrySnapshot in net.neoforged.neoforge.registries
Fields in net.neoforged.neoforge.registries with type parameters of type RegistrySnapshotModifier and TypeFieldDescriptionprivate static Map<ResourceLocation, RegistrySnapshot> RegistryManager.frozenSnapshotstatic final StreamCodec<FriendlyByteBuf, RegistrySnapshot> RegistrySnapshot.STREAM_CODECprivate static Map<ResourceLocation, RegistrySnapshot> RegistryManager.vanillaSnapshotMethods in net.neoforged.neoforge.registries that return types with arguments of type RegistrySnapshotModifier and TypeMethodDescriptionstatic Map<ResourceLocation, RegistrySnapshot> RegistryManager.takeSnapshot(RegistryManager.SnapshotType snapshotType) Takes a snapshot of the current registries registered toBuiltInRegistries.REGISTRY.Methods in net.neoforged.neoforge.registries with parameters of type RegistrySnapshotModifier and TypeMethodDescriptionprivate static <T> voidRegistryManager.applySnapshot(MappedRegistry<T> registry, RegistrySnapshot snapshot, Set<ResourceKey<?>> missing) Method parameters in net.neoforged.neoforge.registries with type arguments of type RegistrySnapshotModifier and TypeMethodDescriptionstatic Set<ResourceKey<?>> RegistryManager.applySnapshot(Map<ResourceLocation, RegistrySnapshot> snapshots, boolean allowMissing, boolean isLocalWorld) Applies the snapshot to the current state of theBuiltInRegistries.