zed_com

thaumicenergistics_tileessentiaprovider_doc.tmp

Jul 7th, 2016
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. >> Метод: type
  2. Документация: thaumicenergistics_tileessentiaprovider
  3. >> Метод: slot
  4. Документация: -1
  5. >> Метод: getEssentiaAmount
  6. Документация: function(direction:number):number -- returnd amount of essentia
  7. >> Метод: listSources
  8. Документация: function():table -- List all method sources
  9. >> Метод: getEssentiaType
  10. Документация: function(direction:number):string -- returns which essentia in pipe
  11. >> Метод: getSuctionAmount
  12. Документация: function(direction:number):number -- returnd amount of suction
  13. >> Метод: getAvailableItems
  14. Документация: function(details:string{NONE,PROXY,ALL}?):table -- Get a list of the stored and craftable items in the network.
  15. >> Метод: doc
  16. Документация: function(method:string):string -- Brief description of method
  17. >> Метод: canOutputTo
  18. Документация: function(direction:number):boolean -- can pipe output to direction
  19. >> Метод: address
  20. Документация: f50a435c-4dc9-4a1c-8a25-a386d3d2d5d1
  21. >> Метод: getMaxStoredPower
  22. Документация: function():number -- Get the maximum stored power in the network.
  23. >> Метод: isConnectable
  24. Документация: function(direction:number):boolean -- returns is the pipe connectable from this direction
  25. >> Метод: getItemDetail
  26. Документация: function(item:{id:string,dmg:number?,nbt_hash:string?},proxy:boolean?):object -- Retrieves details about the specified item from the ME Network.
  27. >> Метод: getStoredPower
  28. Документация: function():number -- Get the stored power in the network.
  29. >> Метод: getAvgPowerUsage
  30. Документация: function():number -- Get the average power usage of the network.
  31. >> Метод: getSuctionType
  32. Документация: function(direction:number):string -- returns which aspect suction
  33. >> Метод: listMethods
  34. Документация: function(filterSource:string?):string -- List all the methods available
  35. >> Метод: getAvgPowerInjection
  36. Документация: function():number -- Get the average power injection into the network
  37. >> Метод: canInputFrom
  38. Документация: function(direction:number):boolean -- can pipe input from direction
  39. >> Метод: getCraftingCPUs
  40. Документация: function():table -- Get a list of tables representing the available CPUs in the network.
  41. >> Метод: getAdvancedMethodsData
  42. Документация: function(method:string?):table -- Get a complete table of information about all available methods
  43. >> Метод: getIdlePowerUsage
  44. Документация: function():number -- Get the idle power usage of the network.
  45. >> Метод: getMinimumSuction
  46. Документация: function():number -- returns minimum suction
Add Comment
Please, Sign In to add comment