Entities
In addition to regular network messages, there are various other systems provided to handle synchronizing entity data.
Spawn Data
Since 1.20.2 Mojang introduced the concept of Bundle packets, which are used to send entity spawn packets together. This allows for more data to be sent with the spawn packet, and for that data to be sent more efficiently.
You can add extra data to the spawn packet NeoForge sends by implementing the following interface.