Inventory Information
These are tricks that pull information from an inventory.This can either be the caster's own, or an external block or entity.
It is not possible to interact with the inventories of players that are not the caster.

Returns the type of item that the given slot contains.

Returns the type of item in the caster's other hand.
Note: Slot References
Item slots may be referenced by spells.Creating such a reference comes at no cost. However, using the reference in a way that moves the items within the slot, will incur a move cost.This cost is equivalent to (distance * amount * 0.5G).Slot references either use the position of the caster at the time of move, or the position of their target when calculating cost.

Returns a slot reference of the caster's other hand.

Constructs and returns a slot from an index and an inventory source, using the caster by default.

Returns the selected slot in the caster's Hat.

Returns the amount of mana in the given slots.

Returns the maximum amount of mana which may be stored in total in the given slots.

Returns the amount of items stored in the given slot.