Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- canExport(direction),
- condenseItems(),
- destroyStack(slotNumber),
- doc(method),
- expandStack(stack),
- exportItem(fingerprint,direction,maxAmount?,intoSlot?),
- getAdvancedMethodsData(method?),
- getAllStacks(proxy?),
- getAvailableItems(details?),
- getAvgPowerInjection(),
- getAvgPowerUsage(),
- getCraftingCPUs(),
- getIdlePowerUsage(),
- getInventoryName(),
- getInventorySize(),
- getItemDetail(item,proxy?),
- getMaxStoredPower(),
- getStackInSlot(slotNumber,proxy?),
- getStoredPower(),
- listMethods(filterSource?),
- listSources(),
- pullItem(direction,slot,maxAmount?,intoSlot?),
- pullItemIntoSlot(direction,slot,maxAmount?,intoSlot?),
- pushItem(direction,slot,maxAmount?,intoSlot?),
- pushItemIntoSlot(direction,slot,maxAmount?,intoSlot?),
- requestCrafting(fingerprint,qty?,cpu?),
- swapStacks(from,to,fromDirection?,fromDirection?){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@5359d408}},returnTypes=table,description=Get full stack information from id and/or damage,source=inventory},
- getStoredPower={args={},returnTypes=number,description=Get the stored power in the network.,source=me_network},
- exportItem={args={1.0={name=fingerprint,description=Details of the item you want to export (can be result of .getStackInSlot() or .getAvailableItems()),type=openperipheral.integration.vanilla.ModuleVanilla$1@7856e8ae},
- 2.0={name=direction,description=Location of target inventory,type=openperipheral.adapter.types.BoundedType@24398ba8},
- 4.0={name=intoSlot,description=The slot in the other inventory that you want to export into,optional=true,type=openperipheral.adapter.types.SingleArgType@44f5dc7},
- 3.0={name=maxAmount,description=The maximum amount of items you want to export,optional=true,type=openperipheral.adapter.types.SingleArgType@44f5dc7}},returnTypes=table,description=Exports the specified item into the target inventory.,source=me_interface},
- destroyStack={args={1.0={name=slotNumber,description=The slot number,type=openperipheral.adapter.types.SingleArgType@44f5dc7}},returnTypes=(),description=Destroy a stack,source=inventory},
- swapStacks={args={1.0={name=from,description=The first slot,type=openperipheral.adapter.types.SingleArgType@44f5dc7},
- 2.0={name=to,description=The other slot,type=openperipheral.adapter.types.SingleArgType@44f5dc7},
- 4.0={name=fromDirection,description=,optional=true,type=openperipheral.adapter.types.BoundedType@3a402462},
- 3.0={name=fromDirection,description=,optional=true,type=openperipheral.adapter.types.BoundedType@52cc8158}},returnTypes=(),description=Swap two slots in the inventory,source=inventory},
- getAdvancedMethodsData={args={1.0={name=method,description=,optional=true,type=openperipheral.adapter.types.SingleArgType@27d5471e}},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@6ffa0b7e},
- 2.0={name=slot,description=The slot in the current inventory that you're pushing from,type=openperipheral.adapter.types.SingleArgType@44f5dc7},
- 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@44f5dc7},
- 3.0={name=maxAmount,description=The maximum amount of items you want to push,optional=true,type=openperipheral.adapter.types.SingleArgType@44f5dc7}},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},
- getAvailableItems={args={1.0={name=details,description=Format of stored items details (defalt: none),optional=true,type=openperipheral.adapter.types.BoundedType@1125d223}},returnTypes=table,description=Get a list of the stored and craftable items in the network.,source=me_network},
- 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@1c0d04b2}},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@6ffa0b7e},
- 2.0={name=slot,description=The slot in the current inventory that you're pushing from,type=openperipheral.adapter.types.SingleArgType@44f5dc7},
- 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@44f5dc7},
- 3.0={name=maxAmount,description=The maximum amount of items you want to push,optional=true,type=openperipheral.adapter.types.SingleArgType@44f5dc7}},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},
- getAvgPowerInjection={args={},returnTypes=number,description=Get the average power injection into the network,source=me_network},
- getAvgPowerUsage={args={},returnTypes=number,description=Get the average power usage of the network.,source=me_network},
- canExport={args={1.0={name=direction,description=Location of target inventory,type=openperipheral.adapter.types.BoundedType@23935db6}},returnTypes=boolean,description=Returns true when the interface can export to side.,source=me_interface},
- 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@1c98272d},
- 2.0={name=slot,description=The slot in the OTHER inventory that you're pulling from,type=openperipheral.adapter.types.SingleArgType@44f5dc7},
- 4.0={name=intoSlot,description=The slot in the current inventory that you want to pull into,optional=true,type=openperipheral.adapter.types.SingleArgType@44f5dc7},
- 3.0={name=maxAmount,description=The maximum amount of items you want to pull,optional=true,type=openperipheral.adapter.types.SingleArgType@44f5dc7}},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},
- getStackInSlot={args={1.0={name=slotNumber,description=Slot number,type=openperipheral.adapter.types.SingleArgType@44f5dc7},
- 2.0={name=proxy,description=If true,method will return proxy instead of computing whole table,optional=true,type=openperipheral.adapter.types.SingleArgType@1c0d04b2}},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>},
- getCraftingCPUs={args={},returnTypes=table,description=Get a list of tables representing the available CPUs in the network.,source=me_network},
- getIdlePowerUsage={args={},returnTypes=number,description=Get the idle power usage of the network.,source=me_network},
- getMaxStoredPower={args={},returnTypes=number,description=Get the maximum stored power in the network.,source=me_network},
- requestCrafting={args={1.0={name=fingerprint,description=Details of the item you want to craft. Can be found with .getStackInSlot on inventory and .getAvailableItems on AE network,type=openperipheral.integration.vanilla.ModuleVanilla$1@7856e8ae},
- 2.0={name=qty,description=The quantity of items you want to craft,optional=true,type=openperipheral.adapter.types.SingleArgType@44f5dc7},
- 3.0={name=cpu,description=The name of the CPU you want to use,optional=true,type=openperipheral.adapter.types.SingleArgType@27d5471e}},returnTypes=(),description=Requests the specified item to get crafted.,source=me_interface},
- getInventorySize={args={},returnTypes=number,description=Get the size of this inventory,source=inventory},
- getItemDetail={args={1.0={name=item,description=Details of the item you are looking for,type=openperipheral.integration.vanilla.ModuleVanilla$1@7856e8ae},
- 2.0={name=proxy,description=If false,method will compute whole table,instead of returning proxy,optional=true,type=openperipheral.adapter.types.SingleArgType@1c0d04b2}},returnTypes=object,description=Retrieves details about the specified item from the ME Network.,source=me_network},
- listMethods={args={1.0={name=filterSource,description=,optional=true,type=openperipheral.adapter.types.SingleArgType@27d5471e}},returnTypes=string,description=List all the methods available,source=<meta>},
- pullItemIntoSlot={args={1.0={name=direction,description=The direction of the other inventory,type=openperipheral.adapter.types.BoundedType@1c98272d},
- 2.0={name=slot,description=The slot in the OTHER inventory that you're pulling from,type=openperipheral.adapter.types.SingleArgType@44f5dc7},
- 4.0={name=intoSlot,description=The slot in the current inventory that you want to pull into,optional=true,type=openperipheral.adapter.types.SingleArgType@44f5dc7},
- 3.0={name=maxAmount,description=The maximum amount of items you want to pull,optional=true,type=openperipheral.adapter.types.SingleArgType@44f5dc7}},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},
- doc={args={1.0={name=method,description=,type=openperipheral.adapter.types.SingleArgType@27d5471e}},returnTypes=string,description=Brief description of method,source=<meta>}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement