← Back to Index

TransferPacket (85)

Used to kick off transferring the client between online games, or it can be used to cause players to quit the world and rejoin.
Field Name Type Field Index Description
Server Address (Required) string 0
Server Port (Required) uint16 1
Reload World (Required) boolean 2
Gatherings Configuration gatheringsConfig 3

gatheringsConfig

Field Name Type Field Index Description
experienceId (Required) mce::UUID 0 The unique identifier for the experience.

mce::UUID

Field Name Type Field Index Description
Most Significant Bits (Required) uint64 0
Least Significant Bits (Required) uint64 1
experienceName (Required) string 1 The name of the experience.
worldId (Required) mce::UUID 2 The unique identifier for the experience world.

mce::UUID

Field Name Type Field Index Description
Most Significant Bits (Required) uint64 0
Least Significant Bits (Required) uint64 1
worldName (Required) string 3 The name of the experience world.
creatorId (Required) string 4 The unique identifier for the creator of the experience.
targetId (Required) mce::UUID 5 The unique identifier for the target.

mce::UUID

Field Name Type Field Index Description
Most Significant Bits (Required) uint64 0
Least Significant Bits (Required) uint64 1
scenarioId (Required) string 6 The unique identifier for the scenario.
serverId (Required) string 7 The unique identifier for the server.