More Optimizations and Bugfixes [v1.10.0-SNAPSHOT-b6 update]
Changelog - Fixes error that can occur where some packets will get sent to the incorrect listener within the synchronous packet listener.
- Optimized the 1.8 TinyProtocol within atlas.
- Optimized BlockData#getData(Material)
- Added CollisionBox#shrink and CollisionBox#expand methods
- Fixed inaccurate Anvil collision boxes
- Added a list of all the packets in Packet class for projects that want to grab a list of all of them but previously cant because the class wasn't created as an Enum.
- Optimized the Async packet listeners.