Removed some unused logic from AdvancementHelperImpl(1.20)#grantPartial.
Additions
PacketHelperImpl(1.20)#broadcast - util to send the entire server a packet.
Notes
I've based this off of vanilla logic and logic Paper uses for their similar API, but I don't have the deepest understanding of how Denizen's advancement stuff works - so while I've obviously tested it carefully, probably a good idea to give it a bit of testing time before putting a release build out or anything.
Changes
ReflectionMappingsInfo
fields (mainly for advancements and also a few other ones along the way).AdvancementHelperImpl(1.20)
-X#of
methods,<>
where needed, etc.AdvancementHelperImpl(1.20)#getAdvancementDataWorld
togetNMSAdvancementManager
.AdvancementHelperImpl(1.20)#grantPartial
.Additions
PacketHelperImpl(1.20)#broadcast
- util to send the entire server a packet.Notes