记录类 FrozenRegistrySyncStartPayload

java.lang.Object
java.lang.Record
net.neoforged.neoforge.network.payload.FrozenRegistrySyncStartPayload
记录组件:
toAccess - The registries to access.
所有已实现的接口:
CustomPacketPayload

@Internal public record FrozenRegistrySyncStartPayload(List<ResourceLocation> toAccess) extends Record implements CustomPacketPayload
Packet payload sent to the client to start the frozen registry sync.

It indicates to the client which registries it should expect to receive.