dmulloy2 / ProtocolLib

Provides read and write access to the Minecraft protocol with Bukkit.
GNU General Public License v2.0
1.03k stars 258 forks source link

PacketPlayOutNamedEntitySpawn/Spawn Entity Packet #3036

Closed linpan0 closed 3 months ago

linpan0 commented 3 months ago

Describe the question A clear and concise description of what your question is. In 1.20, the PacketPlayOutNamedEntitySpawn was removed, so now we have to use the Spawn Entity Packet (0x01). One thing that was in the PacketPlayOutNamedEntitySpawn was the DataWatcher; is there a way to get that back or is that not important?