readonly windowId: number
readonly
number
Gets the window ID of the inventory, you can use this with the player controller to move items around.
getSize(): number
Gets the size of the inventory.
Returns
getSlot(slot): Slot
slot
Slot
Gets the ItemStack in the specified slot.
Parameters
The ItemStack
Last updated 3 months ago