API Changes:
- Remove
wrappedfield fromAdventureMessage. - Remove many methods from
GameProfile- not required.- Possibly remove
with- usetoBuilderto convert to a builder and edit in bulk. - Remove
withName- changing the name of aGameProfileis hardly ever going to be required. - Remove
withUUID- changing the UUID of aGameProfileis hardly ever going to be required.
- Possibly remove
- Remove
ProfileCacheand replace withProfileProvider- removes dependency on modified vanilla names, and removes the requirement for implementations to need a cache forGameProfiles. - Remove many implementation details and unclear fields from
Block.- Remove
idandstateId- unstable network IDs, subject to change, huge implementation details.
- Remove