SpongeAPI
SpongeAPI copied to clipboard
Add Positional DataProviders
Major SpongeAPI version
18
Is this likely to be a breaking change?
Yes
What are you requesting?
Some data is becoming level position based as Attributes, it'd be nice to expand the DataProvider to something positional so it can be extrapolated based on a Vector3i position given a DataHolder. This is mostly to bridge the fact that WorldLike must have data at positions and previously we'd just use the Blocks and BlockEntities, but now there are some that are backed by positions and time (like moon phase) and some that are positional.