-
-
Notifications
You must be signed in to change notification settings - Fork 342
Open
Labels
status: needs triageThis label is automatically applied to new issues and pull requests to indicate they require triageThis label is automatically applied to new issues and pull requests to indicate they require triage
Description
Major SpongeAPI version
8
Is this likely to be a breaking change?
No
What are you requesting?
Ability to gain access the items in a container from the BlockSnapshot
. This would allow plugins to read the contents of the inventory.
BlockSnapshot snapshot;
List<ItemStackSnapshot> slots = snapshot.getInventory();
Or maybe
Inventory inv = snapshot.getInventory();
Metadata
Metadata
Assignees
Labels
status: needs triageThis label is automatically applied to new issues and pull requests to indicate they require triageThis label is automatically applied to new issues and pull requests to indicate they require triage