CloudburstMC / Protocol

A protocol library for Minecraft Bedrock Edition
https://git.io/ProtocolLib
Apache License 2.0
312 stars 94 forks source link

1.16 Inventory Packet Fixes #54

Closed AJ-Ferguson closed 4 years ago

AJ-Ferguson commented 4 years ago

WIP PR to finish implementing inventory related packets for 1.16.

To-do:

Heath123 commented 4 years ago

Implement toString, equals, and hashCode in the StackRequestActionData classes.

Lombok can do that for you: https://projectlombok.org/features/ToString https://projectlombok.org/features/EqualsAndHashCode

AJ-Ferguson commented 4 years ago

Ready for review.

Notes: