Inventory
Read information from the facing inventory, like the amount of slots and items. This will not transfer items itself.
Aspect
Inventory FullIf all slots have at least one item
Output: Boolean
Inventory EmptyIf all slots are empty
Output: Boolean
Inventory Not EmptyIf there is at least one item
Output: Boolean
Is InventoryIf the target has an inventory
Output: Boolean
Inventory CountGet the total amount of items
Output: Integer
SlotsThe number of slots in the inventory
Output: Integer
Slots FilledThe number of slots that have an item
Output: Integer
Fill RatioThe number of non-empty slots divided by the total number of slots
Output: Double
ItemsGet a list of the items in the inventory
Output: List
Slot ItemGet the Item in the active slot
Output: Item
Properties:
- Slot ID
RS network itemsA list of all the items in the RS network.
Output: List
RS craftable itemsA list of all the craftable items in the RS network.
Output: List
RS crafting itemsA list of all the items that are currently being crafted in the RS network.
Output: List