packetevents
packetevents copied to clipboard
Added WrapperPlayServerBlockEntityData and Dimension conversion and other patches
Added WrapperPlayServerBlockEntityData
Added SpigotReflectionUtil#fromNmsNbt Added SpigotReflectionUtil#toNmsNbt Added SpigotConversionUtil#fromBukkitWorld
Fixed WrapperPlayServerScoreboardObjevtive
Updated Particle Data System (LegacyParticleData)
Added optional_itemstack EntityDataType
Fixed particle EntityDataType to read Particle instead of Integer
Fixed optional_global_position to read WorldBlockPosition instead of Vector3i
SpigotConversionUtil is mainly for Bukkit API related conversions, the nms nbt one can be in SpigotReflectionUtil tho.
You probably want to update your description:
Added SpigotConversionUtil#fromNmsNbt Added SpigotConversionUtil#toNmsNbt Added SpigotConversionUtil#fromBukkitWorld
To: Added SpigotReflectionUtil#fromNmsNbt Added SpigotReflectionUtil#toNmsNbt Added SpigotConversionUtil#fromBukkitWorld
fromBukkitWorld conversion could have stayed in SpigotConversionUtil as it is Bukkit -> PacketEvents and vice versa. Right?
Ouhm, it's in SpigotConversionUtil, nothing has changed for the fromBukkitWorld method
So far I like the particle data contributions, but you should have split up these into multiple PRs!
Looking good.