Expose Storage Bus full inventory via API
michele-grifa opened this issue ยท 4 comments
Describe the feature
Currently the StorageBusPart don't expose the full connected inventory, but only a part of it.
Reasons why it should be considered
Because for some integrations, could be useful to have the full inventory.
Additional details
No response
- you have not provided which version you are actually working on
The version is 12.9.2 for 1.19.2
- you have not explained why you would want this. if you already have the storage bus, you can just grab whatever is on the other side in the world yourself.
I could try to do so.
The situation is a Storage Bus connected to a non-full inventory.
Using the IGrid.getMachineNodes(StorageBusPart.class)
we can access all the Storage Buses in the network.
On each StorageBusPart, the only way to access the inventory is using getInternalHandler()
method but this return a list of stacks that are in that inventory, not the full inventory.
Okay, NOW I get it. You are talking about addon development.
- you have not provided which version you are actually working on
- the storage bus part is not part of the API anyway, so providing more methods would not be API either
- you have not explained why you would want this. if you already have the storage bus, you can just grab whatever is on the other side in the world yourself.