API Changes:
- Remove
wrapped
field fromAdventureMessage
. - Remove many methods from
GameProfile
- not required.- Possibly remove
with
- usetoBuilder
to convert to a builder and edit in bulk. - Remove
withName
- changing the name of aGameProfile
is hardly ever going to be required. - Remove
withUUID
- changing the UUID of aGameProfile
is hardly ever going to be required.
- Possibly remove
- Remove
ProfileCache
and replace withProfileProvider
- removes dependency on modified vanilla names, and removes the requirement for implementations to need a cache forGameProfile
s. - Remove many implementation details and unclear fields from
Block
.- Remove
id
andstateId
- unstable network IDs, subject to change, huge implementation details.
- Remove