Advertisement
Guest User

temp

a guest
Oct 20th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 5.73 KB | None | 0 0
  1. {getInventoryName={args={}, returnTypes=string, description=Get the name of this inventory, source=inventory}, pullItem={args={1.0={name=direction, description=The direction of the other inventory, type=openperipheral.adapter.types.BoundedType@5d07b2b8}, 2.0={name=slot, description=The slot in the OTHER inventory that you're pulling from, type=openperipheral.adapter.types.SingleArgType@b6cfe94}, 4.0={name=intoSlot, description=The slot in the current inventory that you want to pull into, optional=true, type=openperipheral.adapter.types.SingleArgType@b6cfe94}, 3.0={name=maxAmount, description=The maximum amount of items you want to pull, optional=true, type=openperipheral.adapter.types.SingleArgType@b6cfe94}}, returnTypes=number, description=Pull an item from a slot in another inventory into a slot in this one. Returns the amount of items moved, source=inventory-world}, condenseItems={args={}, returnTypes=(), description=Condense and tidy the stacks in an inventory, source=inventory}, expandStack={args={1.0={name=stack, description=, type=openperipheral.adapter.types.NamedTupleType@5bcb4291}}, returnTypes=table, description=Get full stack information from id and/or damage, source=inventory}, getStackInSlot={args={1.0={name=slotNumber, description=Slot number, type=openperipheral.adapter.types.SingleArgType@b6cfe94}, 2.0={name=proxy, description=If true, method will return proxy instead of computing whole table, optional=true, type=openperipheral.adapter.types.SingleArgType@3726ac65}}, returnTypes=object, description=Get details of an item in a particular slot, source=inventory}, listSources={args={}, returnTypes=table, description=List all method sources, source=<meta>}, getInventorySize={args={}, returnTypes=number, description=Get the size of this inventory, source=inventory}, swapStacks={args={1.0={name=from, description=The first slot, type=openperipheral.adapter.types.SingleArgType@b6cfe94}, 2.0={name=to, description=The other slot, type=openperipheral.adapter.types.SingleArgType@b6cfe94}, 4.0={name=fromDirection, description=, optional=true, type=openperipheral.adapter.types.BoundedType@2db432d8}, 3.0={name=fromDirection, description=, optional=true, type=openperipheral.adapter.types.BoundedType@5bd27c4b}}, returnTypes=(), description=Swap two slots in the inventory, source=inventory}, destroyStack={args={1.0={name=slotNumber, description=The slot number, type=openperipheral.adapter.types.SingleArgType@b6cfe94}}, returnTypes=(), description=Destroy a stack, source=inventory}, getAdvancedMethodsData={args={1.0={name=method, description=, optional=true, type=openperipheral.adapter.types.SingleArgType@2e2df649}}, returnTypes=table, description=Get a complete table of information about all available methods, source=<meta>}, pushItemIntoSlot={args={1.0={name=direction, description=The direction of the other inventory, type=openperipheral.adapter.types.BoundedType@2cea2235}, 2.0={name=slot, description=The slot in the current inventory that you're pushing from, type=openperipheral.adapter.types.SingleArgType@b6cfe94}, 4.0={name=intoSlot, description=The slot in the other inventory that you want to push into (ignored when target is pipe, optional=true, type=openperipheral.adapter.types.SingleArgType@b6cfe94}, 3.0={name=maxAmount, description=The maximum amount of items you want to push, optional=true, type=openperipheral.adapter.types.SingleArgType@b6cfe94}}, returnTypes=number, description=Push an item from the current inventory into pipe or slot on the other inventory. Returns the amount of items moved, source=inventory-world}, pullItemIntoSlot={args={1.0={name=direction, description=The direction of the other inventory, type=openperipheral.adapter.types.BoundedType@5d07b2b8}, 2.0={name=slot, description=The slot in the OTHER inventory that you're pulling from, type=openperipheral.adapter.types.SingleArgType@b6cfe94}, 4.0={name=intoSlot, description=The slot in the current inventory that you want to pull into, optional=true, type=openperipheral.adapter.types.SingleArgType@b6cfe94}, 3.0={name=maxAmount, description=The maximum amount of items you want to pull, optional=true, type=openperipheral.adapter.types.SingleArgType@b6cfe94}}, returnTypes=number, description=Pull an item from a slot in another inventory into a slot in this one. Returns the amount of items moved, source=inventory-world}, listMethods={args={1.0={name=filterSource, description=, optional=true, type=openperipheral.adapter.types.SingleArgType@2e2df649}}, returnTypes=string, description=List all the methods available, source=<meta>}, doc={args={1.0={name=method, description=, type=openperipheral.adapter.types.SingleArgType@2e2df649}}, returnTypes=string, description=Brief description of method, source=<meta>}, getAllStacks={args={1.0={name=proxy, description=If false, method will compute whole table, instead of returning proxy, optional=true, type=openperipheral.adapter.types.SingleArgType@3726ac65}}, returnTypes=table, description=Get a table with all the items of the chest, source=inventory}, pushItem={args={1.0={name=direction, description=The direction of the other inventory, type=openperipheral.adapter.types.BoundedType@2cea2235}, 2.0={name=slot, description=The slot in the current inventory that you're pushing from, type=openperipheral.adapter.types.SingleArgType@b6cfe94}, 4.0={name=intoSlot, description=The slot in the other inventory that you want to push into (ignored when target is pipe, optional=true, type=openperipheral.adapter.types.SingleArgType@b6cfe94}, 3.0={name=maxAmount, description=The maximum amount of items you want to push, optional=true, type=openperipheral.adapter.types.SingleArgType@b6cfe94}}, returnTypes=number, description=Push an item from the current inventory into pipe or slot on the other inventory. Returns the amount of items moved, source=inventory-world}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement